PlotBiplotGUI: User Interface to plot a biplot

Description Usage Arguments Details Value Author(s) Examples

Description

User Interface to plot a biplot

Usage

1
2
PlotBiplotGUI(bip, HasClusters = FALSE, GraphWindow = FALSE, ppi = 12,
Toolkit = "RGtk2", ...)

Arguments

bip

A biplot object

HasClusters

The biplot has clusters?

GraphWindow

Is there a window for the graphs.

ppi

Points per inch in the graph window

Toolkit

RGtk2. Not tried with other toolkits

...

Any other parameters

Details

Graphical user interface to comtrol the parameters of a biplot as colors, sizes, type of representation, etc.

Value

No value returned

Author(s)

Jose Luis Vicente Villardon

Examples

1
2
bip=PCA.Biplot(iris[,1:4])
PlotBiplotGUI(bip)

villardon/MultBiplotRGUI documentation built on May 12, 2019, 2:03 p.m.