varietal2distributional | R Documentation |
Convert an object of class varietal
either to a list of
distributional objects by breaking it up into separate elements, or
to a single distributional object corresponding to the first
principal component.
varietal2distributional(x, bycol = FALSE, plot = FALSE)
x |
an object of class |
bycol |
logical. If |
plot |
logical. If |
Ttn_file <- system.file("SNSM/Ttn_chem.csv",package="provenance")
Ttn <- read.varietal(fn=Ttn_file,snames=3)
varietal2distributional(Ttn,bycol=FALSE,plot=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.