plot3D {biplotEZ}R Documentation

Generic Plotting function of objects of class biplot in three dimensions

Description

Generic Plotting function of objects of class biplot in three dimensions

Usage

plot3D(bp, exp.factor = 1.2, ...)

Arguments

bp

an object of class biplot

exp.factor

factor to expand plotting area beyond samples.

...

more arguments

Value

an object of class biplot

Examples

biplot(data = iris) |> PCA(dim.biplot = 3) |> plot3D()

[Package biplotEZ version 2.0 Index]