Usage
map.z(xx, yy, zz, p = 1, sfact = 1, zmin = NA, zmax = NA,
xlab = "Easting", ylab = "Northing",
zlab = deparse(substitute(zz)), main = "", tol = 0.04,
iflgnd = FALSE, ...)
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 = 1
is provided that results in a linear rate of change. See Details below.
sfact
controls the absolute size of the plotted symbols, by default sfact = 1
. 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 generated, 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
iflgnd
if iflgnd = TRUE
on completion of plotting the cursor is activated, locate that in the centre of the space where the legend is to be added and left button on the pointing device. The legend comprises the third 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,