predDensity | R Documentation |
An internal prediction method for computing density on the sampled transects.
predDensity(object, propUnitSurveyed = 1)
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,
|
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.
data(sparrowDfuncObserver)
predict(sparrowDfuncObserver, type="density")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.