View source: R/Methods_class_bipl5.R
plot.bipl5 | R Documentation |
bipl5
Plot an object of class bipl5
## S3 method for class 'bipl5'
plot(x, y = NULL, ...)
x |
An object of class |
y |
Unsupported |
... |
Unsupported |
A plot_ly
graph containing the biplot
x<-PCAbiplot(iris[,-5])
plot(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.