X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=spearman.h;h=06a4aa9aa9521f4b5dc50040f88adccd1376d7e6;hb=a0f1fca79d2ddfa7ad36b4485039c68b5704fe8d;hp=f49d86f0cc8cb17c1553a27423a74a72b04aaefc;hpb=99254b7a399bb635a4acfe8d9c8a586601db5a11;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: };