X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sharedsobs.h;h=3fa32cee636d2b4e7aa328356353b77cbf377df7;hb=250e3b11b1c9c1e1ad458ab6c7e71ac2e67e11d9;hp=a4c5b9bd92e43eb3497eaea24f3a660f2e0c396a;hpb=58cf1d08fee8c64334979075fa57bcafb035a2ed;p=mothur.git diff --git a/sharedsobs.h b/sharedsobs.h index a4c5b9b..3fa32ce 100644 --- a/sharedsobs.h +++ b/sharedsobs.h @@ -9,7 +9,7 @@ * */ -/* This class implements the SharedSobs estimator on two groups. +/* This class implements the SharedSobs estimator on two groups for the shared rarefaction command. It is a child of the calculator class. */ @@ -19,9 +19,10 @@ It is a child of the calculator class. */ class SharedSobs : public Calculator { public: - SharedSobs() : Calculator("SharedSobs", 1) {}; + SharedSobs() : Calculator("sharedsobs", 1, false) {}; EstOutput getValues(SAbundVector* rank){ return data; }; - EstOutput getValues(SharedRAbundVector* shared1, SharedRAbundVector* shared2); + EstOutput getValues(vector); + string getCitation() { return "http://www.mothur.org/wiki/sharedsobs"; } }; /***********************************************************************/