]> git.donarmstrong.com Git - mothur.git/blobdiff - nmdscommand.h
fixed bug with dist.shared subsampling. added mode parameter to dist.shared so...
[mothur.git] / nmdscommand.h
index f099f95a4c0baadc0d50747cac5cd18e6972439f..c05c9fe36cfd1d2ecbf545451d753fe25b946968 100644 (file)
@@ -38,8 +38,9 @@ public:
        string getCommandName()                 { return "nmds";                                        }
        string getCommandCategory()             { return "Hypothesis Testing";          }
        string getHelpString(); 
-       string getCitation() { return "Non-metric multidimensional scaling function using the majorization algorithm from Borg & Groenen 1997, Modern Multidimensional Scaling. http://www.mothur.org/wiki/Nmds"; }
-       
+       string getCitation() { return "Borg, Groenen (1997). Non-metric multidimensional scaling function using the majorization algorithm, in Modern Multidimensional Scaling. Ed. T.F. Cox and M.A.A. Cox. Chapman and Hall. \nhttp://www.mothur.org/wiki/Nmds"; }
+       string getDescription()         { return "nmds"; }
+
        int execute();
        void help() { m->mothurOut(getHelpString()); }