subsample {adehabitatLT} | R Documentation |
Subsample a Trajectory
Description
This function subsamples a regular trajectory (i.e. changes the time lag between successive relocations).
Usage
subsample(ltraj, dt, nlo = 1,
units = c("sec", "min", "hour", "day"), ...)
Arguments
ltraj |
an object of class |
dt |
numeric value. The new time lag (should be a multiple of
the time lag in |
nlo |
an integer, or a vector of integers (with length equal to
the number of bursts in |
units |
character string. The time units of |
... |
additional arguments to be passed to other functions |
Value
An object of class ltraj
Author(s)
Clement Calenge clement.calenge@ofb.gouv.fr
See Also
ltraj
for additional information on objects of
class ltraj
, is.regular
for regular trajectories.
Examples
data(capreotf)
plot(capreotf)
toto <- subsample(capreotf, dt = 900)
plot(toto)