X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=corraxescommand.h;fp=corraxescommand.h;h=45b6989406fc8f5610315dbe0adb511ca4c2349b;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=f4a3dfe83b13fe004239b3db4b4b110c11052c02;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/corraxescommand.h b/corraxescommand.h index f4a3dfe..45b6989 100644 --- a/corraxescommand.h +++ b/corraxescommand.h @@ -25,7 +25,7 @@ public: string getCommandName() { return "corr.axes"; } string getCommandCategory() { return "Hypothesis Testing"; } string getHelpString(); - string getCitation() { return "http://www.mothur.org/wiki/Corr.axes"; } + string getCitation() { return "McCune B, Grace JB, Urban DL (2002). Analysis of ecological communities. MjM Software Design: Gleneden Beach, OR. \nLegendre P, Legendre L (1998). Numerical Ecology. Elsevier: New York. \nhttp://www.mothur.org/wiki/Corr.axes"; } int execute(); void help() { m->mothurOut(getHelpString()); }