print.dfunc | R Documentation |
Print method for distance function objects produced
by dfuncEstim
.
## S3 method for class 'dfunc'
print(x, ...)
x |
An estimated detection function object, normally
produced by calling |
... |
Included for compatibility with other print methods. Ignored here. |
The input distance function (x
) is returned invisibly.
dfuncEstim
, plot.dfunc
,
print.abund
, summary.dfunc
# Load example sparrow data (line transect survey type)
data(sparrowSiteData)
data(sparrowDetectionData)
# Fit half-normal detection function
sparrowDf <- RdistDf(sparrowSiteData, sparrowDetectionData)
dfunc <- sparrowDf |> dfuncEstim(formula=dist~1)
dfunc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.