jpdaf: Wrapper function to strt the JPDAF algorithm

Description Usage Arguments Value Examples

View source: R/jpdaf.R

Description

Wrapper function to strt the JPDAF algorithm

Usage

1
jpdaf(x)

Arguments

x

data.frame: requires time, utm north and east (in meters).

Value

data.frame with an additional column indication the target id, unique for the entire tracking history, and a few additional kinematic columns

Examples

1
2
3
4
5
## Not run: 
x <- create_tracking_history()
jpdaf(x)

## End(Not run)

ick003/vesselett documentation built on July 20, 2020, 9:08 p.m.