BiplotGUI {DASplusR}R Documentation

GUI for the Biplot

Description

Starts the graphical user interface for creating a biplot. Clicking the OK button opens the main dialog for the biplot for the selected object.

Usage

## DAS+R GUI: 
Advanced --> Biplot

## R Function Usage:
BiplotGUI()

Dialog Elements

Select an Object for the Biplot:
Select the object to be plotted from the listbox, which contains objects of class "princomp" or "factanal". Such an object is only listed here if it has been returned by a function call that fulfills one of the following two conditions: either the active data set has been used as the data argument, or no data argument has been supplied.
OK:
Closes the dialog and calls the main dialog for the selected object.
Cancel:
Closes the dialog without calling the main dialog.
Help:
Shows this help file.

Author(s)

Andreas Alfons <andreas.alfons@student.tuwien.ac.at>

References

Gabriel, K.R. (1971) The biplot graphical display of matrices with application to principal component analysis. Biometrika, 58, 453–467.

Reimann, C., Filzmoser, P., Garrett, R.G. and Dutter, R. (2008) Statistical Data Analysis Explained. Wiley & Sons.

See Also

biplotDAS, BiplotMain, BiplotDetails, PrincompGUI, ScreeplotGUI, FactanalGUI, FactplotGUI.


[Package DASplusR version 0.0-1 Index]