Usage
xyplot.z(xx, yy, zz, p = 0.5, sfact = 2.5, zmin = NA, zmax = NA, log = NULL,
xlim = NULL, ylim = NULL, xlab = deparse(substitute(xx)),
ylab = deparse(substitute(yy)), zlab = deparse(substitute(zz)),
main = "", symcolr = 1, ifparams = FALSE, iflgnd = FALSE,
title = deparse(substitute(zz)), ...)
Arguments
xx
name of the x-axis variable.
yy
name of the y-axis variable.
zz
name of the third variable to be plotted.
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.
log
if it is required to display the data with logarithmic axis scaling, set log = "x"
for a logarithmically scaled x-axis, log = "y"
for a logarithmically scaled y-axis, and log = "xy"
for both axes logarithmically scal
xlim
user defined limits for the x-axis, see Details below.
ylim
user defined limits for the y-axis, see Details below.
xlab
the x-axis title, by default the variable name, deparse(substitute(xx))
. It is often desirable to replace the default x-axis title of the input variable name text string with a more informative title, e.g., xlab = "Fe (mg/kg) in stream
ylab
the y-axis title, by default the variable name, deparse(substitute(yy))
. It is often desirable to replace the default y-axis title of the input variable name text string with a more informative title, e.g., ylab = "Mn (mg/kg) in stream
zlab
by default, zlab = deparse(substitute(zz))
, a plot title is generated by appending the input variable name text string to "Proportional Symbol Plot for "
. Alternative titles may be generated, see Details below.
main
an alternative plot title, see Details below.
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,