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

# S3 method for 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
#> Object of class biplot, based on 150 samples and 4 variables.
#> 4 numeric variables.