]> git.donarmstrong.com Git - mothur.git/blobdiff - pcacommand.cpp
fixed kendall method in corr.axes
[mothur.git] / pcacommand.cpp
index 4ca977876e8fe9bf250338c799f3cd69d2a29062..8fb41213c7f836cb45cb89474ae8c874e96cd42e 100644 (file)
@@ -132,7 +132,7 @@ void PCACommand::help(){
        try {
                m->mothurOut("The pca command can only be run after a successful read.otu command of a shared or relabund file."); m->mothurOutEndLine();
                m->mothurOut("The pca command parameters are label, groups and metric. No parameters are required."); m->mothurOutEndLine();
-               m->mothurOut("The label parameter is used to analyze specific labels in your input. Default is the first label in your shared or relabund file. Multpile labels may be separated by dashes.\n");
+               m->mothurOut("The label parameter is used to analyze specific labels in your input. Default is the first label in your shared or relabund file. Multiple labels may be separated by dashes.\n");
                m->mothurOut("The groups parameter allows you to specify which groups you would like analyzed. Groupnames are separated by dashes.\n");
                m->mothurOut("The metric parameter allows indicate you if would like the pearson correlation coefficient calculated. Default=True"); m->mothurOutEndLine();
                m->mothurOut("Example pca(groups=yourGroups).\n");