Learn R Programming

robCompositions (version 1.9.1)

print.pcaCoDa: Print method for pcaCoDa objects

Description

Print method for objects of class pcaCoDa.

Usage

## S3 method for class 'pcaCoDa':
print(x, ...)

Arguments

x
object of class pcaCoDa
...
...

Value

  • Prints the (cummulative) percentages of explained variability for clr transformed data by principal component analysis.

See Also

pcaCoDa, plot.pcaCoDa

Examples

Run this code
data(expenditures)
p1 <- pcaCoDa(expenditures)
p1
plot(p1)

Run the code above in your browser using DataLab