Description Usage Arguments Value Note Author(s) Examples
A graphical user interface (GUI) for specifying universal plotting parameters.
1 | SetConfiguration(parent = NULL)
|
parent |
tkwin. GUI parent window |
Queries and sets the following components of Data
:
cex.pts |
amount by which point symbols should be magnified relative to the default value, |
nlevels |
approximate number of contour levels desired. |
asp.yx, asp.zx |
the |
legend.loc |
position of the points legend in the main plot region: bottomleft, topleft, topright, or bottomright to denote legend location. |
scale.loc |
position of the scale bar in the main plot region: bottomleft, topleft, topright, or bottomright to denote scale location. |
arrow.loc |
Position of the north arrow in the main plot region: bottomleft, topleft, topright, or bottomright to denote arrow location. |
useRaster |
if true, a bitmap raster is used to plot the gridded data instead of using polygons. |
draw.key |
if true, a color key should be drawn for the gridded data. |
dms.tick |
if true and the gridded data is projected, the axes tickmarks are specified in degrees, minutes, and decimal seconds (DMS). |
contour.lines |
if true, contour lines will be plotted on the 2D interpolated surface. |
make.intervals |
if true, represent point values within intervals.
See |
proportional |
indicates whether proportional circle symbols should be used to represent the point data. |
quantile.breaks |
if true, breaks in the point data are set to the sample quantiles. |
bg.lines |
if true, grids and graticules are drawn. |
Re-importing data does not affect values specified in this GUI.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 | ## Not run:
SetConfiguration()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.