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", ...)

Arguments

x

A numeric vector of observations.

xcen

A logical vector indicating TRUE where an observation in x is censored (a less-than value) and FALSE otherwise.

y

A numeric vector of observations.

ycen

A logical vector indicating TRUE where an observation in y is censored (a less-than value) and FALSE otherwise.

log

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).

lty

The line type for the lines representing censored-data ranges.

...

Additional arguments passed to graphics::plot().

References

Helsel, Dennis R. (2005). Nondetects and Data Analysis; Statistics for censored environmental data. John Wiley and Sons, Hoboken, NJ.