print.dfunc {Rdistance} | R Documentation |
print.dfunc - Print method for distance function object
Description
Print method for distance function objects produced
by dfuncEstim
.
Usage
## S3 method for class 'dfunc'
print(x, ...)
Arguments
x |
An estimated detection function object, normally
produced by calling |
... |
Included for compatibility with other print methods. Ignored here. |
Value
The input distance function (x
) is returned invisibly.
See Also
dfuncEstim
, plot.dfunc
,
print.abund
, summary.dfunc
Examples
# 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
[Package Rdistance version 4.0.5 Index]