print.pcaCoDa {robCompositions} | R Documentation |
Print method for objects of class ‘pcaCoDa’.
## S3 method for class 'pcaCoDa': print(x, ...)
x |
object of class ‘pcaCoDa’ |
... |
... |
Prints the (cummulative) percentages of explained variability for clr transformed data by principal component analysis.
M. Templ, K. Hron
data(aitchison395) p1 <- pcaCoDa(aitchison395) p1 plot(p1)