axes_coordinates: Calibrate Biplot Axes

View source: R/calibrate_axes.R

axes_coordinatesR 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)

biplotEZ documentation built on April 4, 2025, 2:20 a.m.