print.biplot: Generic print function for objects of class biplot

print.biplotR Documentation

Generic print function for objects of class biplot

Description

This function is used to print output when the biplot object is created.

Usage

## S3 method for class 'biplot'
print(x, ...)

Arguments

x

an object of class biplot.

...

additional arguments.

Value

This function will not produce a return value, it is called for side effects.

Examples

out <- biplot (iris[,1:4]) |> PCA()
out


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