Uses of Class
net.talvi.puffinplot.data.PcaAnnotated

Packages that use PcaAnnotated
net.talvi.puffinplot.data   
 

Uses of PcaAnnotated in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return PcaAnnotated
static PcaAnnotated PcaAnnotated.calculate(Sample sample, Correction correction)
          Performs principal component analysis (PCA) on the specified sample.
 PcaAnnotated Sample.getPcaAnnotated()
          Returns the annotated results of the last PCA calculation.