X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=spearman.h;h=06a4aa9aa9521f4b5dc50040f88adccd1376d7e6;hb=bd27c2b0612942815b7417c79f7ee41f669a2a34;hp=084514e1454ebfb39b227620186fbaf7895d1e97;hpb=75c5a235ac3eb22e0f97d36874f4b2dcf9591f2e;p=mothur.git diff --git a/spearman.h b/spearman.h index 084514e..06a4aa9 100644 --- a/spearman.h +++ b/spearman.h @@ -22,10 +22,16 @@ public: Spearman() : Calculator("spearman", 1, false) {}; EstOutput getValues(SAbundVector*) {return data;}; EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/Spearman"; } private: }; /***********************************************************************/ -#endif \ No newline at end of file +#endif + + + + +