Usage
map.z(xx, yy, zz, p = 0.5, sfact = 2.5, zmin = NA, zmax = NA,
xlab = "Easting", ylab = "Northing",
zlab = deparse(substitute(zz)), main = "", tol = 0.04,
symcolr = 1, ifparams = FALSE, iflgnd = FALSE,
title = deparse(substitute(zz)), ...)
Arguments
xx
name of the x-axis spatial coordinate, the eastings.
yy
name of the y-axis spatial coordinate, the northings.
zz
name of the variable to be plotted as a map.
p
a parameter that controls the rate of change of symbol diameter with changing value. A default of p = 0.5
is provided. See Details below.
sfact
controls the absolute size of the plotted symbols, by default sfact = 2.5
. Increasing sfact results in larger symbols.
zmin
a value below which all symbols will be plotted at the same minumum size. By default zmin = NA
which results in the minimum value of the variable defining the minimum symbol size. See Details below.
zmax
a value above which all symbols will be plotted at the same maximum size. By default zmax = NA
which results in the maximum value of the variable defining the maximum symbol size. See Details below.
xlab
a title for the x-axis, defaults to Easting
.
ylab
a title for the y-axis, defaults to Northing
.
zlab
by default, zlab = deparse(substitute(zz))
, a map title is generated by appending the input variable name text string to "Proportional Symbol Map for "
. Alternative titles may be provided, see Details below.
main
an alternative map title, see Details below.
tol
a parameter used to ensure the area included within the neatline around the map is larger than the distribution of the points so that the plotted symbols fall within the neatline. By default tol = 0.04
, if more clearance is required increase
symcolr
the colour of the symbols, the default is black, symcolr = 1
. This may be changed if required, see display.lty
for the default colour palette. For example, symcolr = 2
will c ifparams
if ifparams = TRUE
on completion of plotting and after the legend has been plotted, if requested, the cursor is activated, locate that at the top left corner of the desired text position and left button on the pointing device
iflgnd
the default is no legend. If a legend is required set iflegnd = TRUE
, following the plotting of the data the cursor will be activated, locate that at the top left corner of the desired legend position and left button on the
title
a short title for the legend, e.g., title = "Zn (mg/kg"
. The default is the variable name.
...
further arguments to be passed to methods. For example, if smaller plotting characters are required for the legend, specify, for example, cex = 0.8
; and if some other colour than black is required for the legend, specify, for example,