Learn R Programming

bipl5 (version 1.0.2)

plot.bipl5: Plot an object of class bipl5

Description

Plot an object of class bipl5

Usage

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

Value

A plot_ly graph containing the biplot

Arguments

x

An object of class bipl5

y

Unsupported

...

Unsupported

Examples

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

Run the code above in your browser using DataLab