adehabitatLT (version 0.3.23)

is.regular: Regular Trajectories

Description

is.regular tests whether a trajectory is regular (i.e. constant time lag between successive relocations).

Usage

is.regular(ltraj)

Arguments

ltraj

an object of class ltraj

Value

is.regular returns a logical value

See Also

ltraj

Examples

Run this code
# NOT RUN {
data(capreotf)
is.regular(capreotf)
plotltr(capreotf, "dt")

data(albatross)
is.regular(albatross)
plotltr(albatross, "dt")
# }

Run the code above in your browser using DataLab