View source: R/calibrate_axes.R
axes_coordinates | R Documentation |
Convenience function to obtain the coordinates of the calibrated ticks marks on the biplot
axes_coordinates(x)
x |
an object of class |
An ordered list containing the coordinates the of tick marks to plotted on the biplot
x<-biplot(iris) |> PCA()
coordinates<-axes_coordinates(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.