print.condes: Print the condes results

View source: R/print.condes.R

print.condesR Documentation

Print the condes results

Description

Print the results of the function condes.

Usage

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

Arguments

x

an object of class condes

...

further arguments passed to or from other methods

Author(s)

Francois Husson francois.husson@institut-agro.fr

See Also

condes

Examples

## Not run: 
data(wine)
res <- condes(wine, num.var=3)
print(res)

## End(Not run)

FactoMineR documentation built on Oct. 13, 2023, 1:06 a.m.