plot.dsmodel: Plot a fitted detection function
Description
This is just a simple wrapper around plot.ds
. See the
manual page for that function for more information.
Usage
# S3 method for dsmodel
plot(x, pl.den = 0, ...)
Value
NULL
, just produces a plot.
Arguments
- x
an object of class dsmodel
.
- pl.den
shading density for histogram (default 0
, no shading)
- ...
extra arguments to be passed to plot.ds
.