print.condes | 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@institut-agro.fr
condes
## Not run:
data(wine)
res <- condes(wine, num.var=3)
print(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.