print.condes {FactoMineR} | R Documentation |
Print the results of the function condes.
## S3 method for class 'condes' print(x, ...)
x |
an object of class condes |
... |
further arguments passed to or from other methods |
Francois Husson Francois.Husson@agrocampus-ouest.fr
## Not run: data(wine) res <- condes(wine, num.var=3) print(res) ## End(Not run)