A graphical user interface (GUI) for specifying universal plotting parameters.
SetConfiguration(parent = NULL)
tkwin. GUI parent window
Queries and sets the following components of Data
:
amount by which point symbols should be magnified relative to the default value, 1.0
.
For example, cex.pts = 0.5
reduces the point symbol to half of its default size.
approximate number of contour levels desired.
the y/x
and z/x
aspect ratios, respectively.
position of the points legend in the main plot region: bottomleft, topleft, topright, or bottomright to denote legend location.
position of the scale bar in the main plot region: bottomleft, topleft, topright, or bottomright to denote scale location.
Position of the north arrow in the main plot region: bottomleft, topleft, topright, or bottomright to denote arrow location.
if true, a bitmap raster is used to plot the gridded data instead of using polygons.
if true, a color key should be drawn for the gridded data.
if true and the gridded data is projected, the axes tickmarks are specified in degrees, minutes, and decimal seconds (DMS).
if true, contour lines will be plotted on the 2D interpolated surface.
if true, represent point values within intervals.
See findInterval
function for details.
Unused if quantile.breaks
is true.
indicates whether proportional circle symbols should be used to represent the point data.
if true, breaks in the point data are set to the sample quantiles.
if true, grids and graticules are drawn.
# NOT RUN {
SetConfiguration()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab