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