na.omit.ltraj {adehabitatLT} | R Documentation |
Removes the missing values in a trajectory
Description
na.omit.ltraj
can be used to remove missing relocations from a
trajectory.
Usage
## S3 method for class 'ltraj'
na.omit(object, ...)
Arguments
object |
an object of class |
... |
additionnal arguments to be passed to or from other methods |
Value
An object of class ltraj
Author(s)
Clement Calenge clement.calenge@ofb.gouv.fr
See Also
setNA
to place the missing values in the trajectory
Examples
data(puechcirc)
puechcirc
na.omit(puechcirc)
[Package adehabitatLT version 0.3.27 Index]