print.PCAshiny {Factoshiny} | R Documentation |
Print the PCAshiny results
Description
Print the PCAshiny results i.e the R corresponding script
Usage
## S3 method for class 'PCAshiny'
print(x,...)
Arguments
x |
an object of class PCAshiny |
... |
further arguments passed to or from other methods |
Author(s)
Pauline Vaissie, Astrid Monge, Francois Husson paulinevaissie@gmail.com
See Also
Examples
## Not run:
data(decathlon)
res.shiny = PCAshiny(decathlon)
#click on the "Quit the app" button
print(res.shiny)
## End(Not run)
[Package Factoshiny version 2.6 Index]