na.omit.ltraj: Removes the missing values in a trajectory

View source: R/na.omit.ltraj.r

na.omit.ltrajR 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 ltraj

...

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)


adehabitatLT documentation built on April 6, 2023, 5:18 p.m.