Description Usage Arguments Details Value Author(s) Examples
User Interface to plot a biplot
1 2 | PlotBiplotGUI(bip, HasClusters = FALSE, GraphWindow = FALSE, ppi = 12,
Toolkit = "RGtk2", ...)
|
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 |
Graphical user interface to comtrol the parameters of a biplot as colors, sizes, type of representation, etc.
No value returned
Jose Luis Vicente Villardon
1 2 | bip=PCA.Biplot(iris[,1:4])
PlotBiplotGUI(bip)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.