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

pl.den

shading density for histogram (default 0, no shading)

...

extra arguments to be passed to plot.ds.

Value

NULL, just produces a plot.

Author(s)

David L. Miller

See Also

add_df_covar_line


[Package Distance version 1.0.9 Index]