BiplotDetails {DASplusR} | R Documentation |
Details Dialog for the Biplot
Description
Dialog for specifying further details on the title and axis labels for a
biplot.
Usage
## DAS+R GUI:
Click on the 'Details' radiobutton in the main biplot dialog.
## R Function Usage:
BiplotDetails(xlab = "", ylab = "")
Arguments
xlab |
Character string to be used as the initial value of the
x-axis label entry field. |
ylab |
Character string to be used as the initial value of the
y-axis label entry field. |
Dialog Elements
- Title Details
- Title
- Entry field for the plot title.
- Color
- To choose the color for the plot title, either use the
drop-down list, which contains all colors of the currently used color
menu, or use the Select Color dialog by clicking on the
radiobutton on the right.
- Font
- Select the font face 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 for 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 for 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>
See Also
biplotDAS
, BiplotGUI
, BiplotMain
.
[Package
DASplusR version 1.0-1
Index]