is.regular | R Documentation |
is.regular
tests whether a trajectory is regular (i.e. constant
time lag between successive relocations).
is.regular(ltraj)
ltraj |
an object of class |
is.regular
returns a logical value
Clement Calenge clement.calenge@ofb.gouv.fr
ltraj
data(capreotf)
is.regular(capreotf)
plotltr(capreotf, "dt")
data(albatross)
is.regular(albatross)
plotltr(albatross, "dt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.