powered by
is.regular tests whether a trajectory is regular (i.e. constant time lag between successive relocations).
is.regular
is.regular(ltraj)
an object of class ltraj
ltraj
is.regular returns a logical value
# 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