Learn R Programming

Rdistance (version 3.1.4)

print.dfunc: Print a distance function object

Description

Print method for distance functions produced by dfuncEstim, which are of class dfunc.

Usage

# S3 method for dfunc
print(x, ...)

Value

The input distance function (x) is returned invisibly.

Arguments

x

An estimated distance function resulting from a call to dfuncEstim.

...

Included for compatibility with other print methods. Ignored here.

See Also

dfuncEstim, plot.dfunc, print.abund, summary.dfunc

Examples

Run this code
# Load example sparrow data (line transect survey type)
data(sparrowDetectionData)

# Fit half-normal detection function
dfunc <- dfuncEstim(formula=dist~1,
                    detectionData=sparrowDetectionData)

dfunc

Run the code above in your browser using DataLab