predDensity {Rdistance} | R Documentation |
predDensity - Density on transects
Description
An internal prediction method for computing density on the sampled transects.
Usage
predDensity(object, propUnitSurveyed = 1)
Arguments
object |
An Rdistance model frame or fitted distance function,
normally produced by a call to |
propUnitSurveyed |
A scalar or vector of real numbers between 0 and 1.
The proportion of the default sampling unit that
was surveyed. If both sides of line transects were observed,
|
Value
A data frame containing the original data used to fit the distance function, plus an additional column containing the density of individuals on each transect.
Examples
data(sparrowDfuncObserver)
predict(sparrowDfuncObserver, type="density")