plot.dsmodel {Distance} | R Documentation |
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 class 'dsmodel'
plot(x, pl.den = 0, ...)
Arguments
x |
an object of class |
pl.den |
shading density for histogram (default |
... |
extra arguments to be passed to |
Value
NULL
, just produces a plot.
Author(s)
David L. Miller
See Also
[Package Distance version 1.0.9 Index]