print.catdes | R Documentation |
Print the results of the function catdes.
## S3 method for class 'catdes'
print(x, ...)
x |
an object of class catdes |
... |
further arguments passed to or from other methods |
Vincent Guyader, Francois Husson francois.husson@institut-agro.fr
catdes
## Not run:
data(wine)
res <- catdes(wine, num.var=2)
print(res)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.