print.pcaCoDa {robCompositions}R Documentation

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.

Author(s)

M. Templ, K. Hron

See Also

pcaCoDa, plot.pcaCoDa

Examples

data(aitchison395)
p1 <- pcaCoDa(aitchison395)
p1
plot(p1)

[Package robCompositions version 1.2.2 Index]