View source: R/print.MCAshiny.R
print.MCAshiny | R Documentation |
Print the MCAshiny results i.e the R corresponding script
## S3 method for class 'MCAshiny'
print(x,...)
x |
an object of class MCAshiny |
... |
further arguments passed to or from other methods |
Pauline Vaissie, Astrid Monge, Francois Husson paulinevaissie@gmail.com
MCAshiny
## Not run:
data(poison)
res.shiny = MCAshiny(poison)
#click on the "Quit the app" button
print(res.shiny)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.