print.biplot | R Documentation |
This function is used to print output when the biplot object is created.
## S3 method for class 'biplot'
print(x, ...)
x |
an object of class |
... |
additional arguments. |
This function will not produce a return value, it is called for side effects.
out <- biplot (iris[,1:4]) |> PCA()
out
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.