X-Git-Url: https://git.donarmstrong.com/?p=mothur.git;a=blobdiff_plain;f=sabundvector.hpp;h=666e94f4db598b9bf1589bf8288fed75e221bdc3;hp=561294c319e94562ac810d8b924aec2ed73015ce;hb=b206f634aae1b4ce13978d203247fb64757d5482;hpb=89f19f9c6ab89c2f6c7c6921a328ae87bce6f8e3 diff --git a/sabundvector.hpp b/sabundvector.hpp index 561294c..666e94f 100644 --- a/sabundvector.hpp +++ b/sabundvector.hpp @@ -7,7 +7,8 @@ #include "calculator.h" -/* This class is a child to datavector. It represents OTU information at a certain distance. +/* Data Structure for a sabund file. + This class is a child to datavector. It represents OTU information at a certain distance. A sabundvector can be converted into and ordervector, listvector or rabundvector. Each member of the internal container "data" represents the number of OTU's with that many members, but staring at 1. So data[1] = 2, because there are two OTUs with 1 member.