plot.bipl5 {bipl5}R Documentation

Plot an object of class bipl5

Description

Plot an object of class bipl5

Usage

## S3 method for class 'bipl5'
plot(x, y = NULL, ...)

Arguments

x

An object of class bipl5

y

Unsupported

...

Unsupported

Value

A plot_ly graph containing the biplot

Examples

x<-PCAbiplot(iris[,-5])
plot(x)

[Package bipl5 version 1.0.2 Index]