X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=spearman.h;fp=spearman.h;h=06a4aa9aa9521f4b5dc50040f88adccd1376d7e6;hb=8f7f4fc08b8c70d9ef0f79607813dba4e926e102;hp=f49d86f0cc8cb17c1553a27423a74a72b04aaefc;hpb=8bcd146863e2a44d6d4fb5dee2d3f17e975deb45;p=mothur.git diff --git a/spearman.h b/spearman.h index f49d86f..06a4aa9 100644 --- a/spearman.h +++ b/spearman.h @@ -22,6 +22,7 @@ public: Spearman() : Calculator("spearman", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Spearman"; } private: };