Usage
xyplot.z(xx, yy, zz, p = 1, sfact = 1, zmin = NA, zmax = NA, log = NULL,
xlim = NULL, ylim = NULL, xlab = deparse(substitute(xx)),
ylab = deparse(substitute(yy)), zlab = deparse(substitute(zz)),
main = "", iflgnd = FALSE, symcolr = 1, cex = 0.8, ...)
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 = 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.
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.
iflgnd
if iflgnd = TRUE
on completion of plotting the cursor is activated, locate that at 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 na
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 cex
the scaling factor for the legend, see above in iflgnd
. By default it is set to cex = 0.8
, it may be changed if required.
...
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,