axes_coordinates {biplotEZ}R Documentation

Calibrate Biplot Axes

Description

Convenience function to obtain the coordinates of the calibrated ticks marks on the biplot

Usage

axes_coordinates(x)

Arguments

x

an object of class biplot

Value

An ordered list containing the coordinates the of tick marks to plotted on the biplot

Examples

x<-biplot(iris) |> PCA()
coordinates<-axes_coordinates(x)

[Package biplotEZ version 2.2 Index]