Learn R Programming

adehabitatLT (version 0.1)

subsample: 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 ltraj
dt
numeric value. The new time lag (should be a multiple of the time lag in ltraj)
nlo
an integer, or a vector of integers (with length equal to the number of bursts in ltraj), indicating the position of the first location of the new bursts in the old bursts. For example, if the previous time lag is equal to 300 se
units
character string. The time units of dt
...
additional arguments to be passed to other functions

Value

  • An object of class ltraj

See Also

ltraj for additional information on objects of class ltraj, is.regular for regular trajectories.

Examples

Run this code
data(capreotf)
plot(capreotf)

toto <- subsample(capreotf, dt = 900)
plot(toto)

Run the code above in your browser using DataLab