plot.bipl5: Plot an object of class 'bipl5'

View source: R/Methods_class_bipl5.R

plot.bipl5R 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)

bipl5 documentation built on Nov. 2, 2023, 5:07 p.m.