Learn R Programming

amt (version 0.2.2.0)

bandwidth_ref: Reference bandwidth

Description

Calculate the reference bandwidth for kernel density home-range range estimates.

Usage

hr_kde_ref(x, ...)

# S3 method for track_xy hr_kde_ref(x, rescale = "none", ...)

Value

The estimated bandwidth in x and y direction.

Arguments

x

[track_xy, track_xyt]
A track created with make_track.

...

Further arguments, none implemented.

rescale

[character(1)]
Rescaling method for reference bandwidth calculation. Must be one of "unitvar", "xvar", or "none".