print.condes {FactoMineR}R 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)

[Package FactoMineR version 2.11 Index]