Draws an x-y scatter plot with censored values represented by dashed lines spanning from the censored threshold to zero.
cenxyplot(x, xcen, y, ycen, log = "", lty = "dashed", ...)
A numeric vector of observations.
A logical vector indicating TRUE where an observation in x
is
censored (a less-than value) and FALSE otherwise.
A numeric vector of observations.
A logical vector indicating TRUE where an observation in y
is
censored (a less-than value) and FALSE otherwise.
A character string specifying which axes are logarithmic:
"x"
for x-axis, "y"
for y-axis, "xy"
or "yx"
for both axes,
or ""
for none (default).
The line type for the lines representing censored-data ranges.
Additional arguments passed to graphics::plot()
.
Helsel, Dennis R. (2005). Nondetects and Data Analysis; Statistics for censored environmental data. John Wiley and Sons, Hoboken, NJ.