BiplotDetails {DASplusR}R Documentation

Details Dialog for the Biplot

Description

Dialog for specifying further details on the plot title and the axis labels for a biplot.

Usage

## DAS+R GUI:
Click the 'Details' radiobutton in the main biplot dialog.

## R Function Usage:
BiplotDetails(xlab = "", ylab = "")

Arguments

xlab Character string specifying the initial value of the entry field for the x-axis label.
ylab Character string specifying the initial value of the entry field for the y-axis label.

Dialog Elements

Title Details
Title:
Entry field for the plot title.
Color:
The drop-down list contains all colors of the currently used color menu. To choose the color for the plot title, either use the drop-down list, or open the Select Color dialog by clicking the radiobutton on the right.
Font:
Select the font face for the plot title from the drop-down list, which contains the possible values plain text, bold face, italic, bold italic and symbol.
Size:
Entry field for the size of the plot title.
Axis Labels Details
X-Axis Label:
Entry field for the x-axis label.
Y-Axis Label:
Entry field for the y-axis label.
Color:
Select the color for the axis labels in the same manner as the color for the plot title.
Font:
Drop-down list for selecting the font face for the axis labels.
Size:
Entry field for the size of the axis labels.
Default:
Resets all the dialog elements to their default values.
OK:
Closes the dialog and saves the details.
Cancel:
Closes the dialog without saving the details.
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, BiplotGUI, BiplotMain.


[Package DASplusR version 0.0-2 Index]