sdr {amt} | R Documentation |
Calculate SDR for an Object
Description
Calculates SDR for an object of certain class
Usage
sdr(x, time_unit = "secs", append_na = TRUE, ...)
## S3 method for class 'track_xyt'
sdr(x, time_unit = "secs", append_na = TRUE, ...)
Arguments
x |
|
time_unit |
|
append_na |
|
... |
Further arguments, none implemented. |
Details
time_unit
defaults to seconds because calculate_sdr()
returns SDR in m^2/s. We assume the user is also working in a projected
CRS with units in meters, thus we expect SDR in m^2/s to be most relevant.
Author(s)
Brian J. Smith and Johannes Signer
See Also
calculate_sdr()
, get_displacement()
[Package amt version 0.2.2.0 Index]