Learn R Programming

Rdistance (version 4.0.5)

sparrowDfuncObserver: Brewer's Sparrow detection function

Description

Pre-estimated Brewer's sparrow detection function that included and 'observer' effect. Included to speed up example execution times. See 'Examples'.

Arguments

Format

An estimated distance function object with class 'dfunc'. See 'Value' section of dfuncEstim for description of components.

See Also

sparrowSiteData and sparrowDetectionData for description of the data

Examples

Run this code
if (FALSE) {
# the following code was used to generate 'sparrowDfuncObserver'
data(sparrowDf)
sparrowDfuncObserver <- sparrowDf |> 
            dfuncEstim(formula = dist ~ observer
                     , likelihood = "hazrate")
}


Run the code above in your browser using DataLab