R/jpdaf.R

Defines functions jpdaf

Documented in jpdaf

#' Wrapper function to strt the JPDAF algorithm
#' @param x data.frame: requires time, utm north and east (in meters).
#'
#' @return data.frame with an additional column indication the target id, unique for the entire tracking history, and a few additional kinematic columns
#' @examples
#' \dontrun{
#' x <- create_tracking_history()
#' jpdaf(x)
#' }
#'
#' @export
jpdaf <- function(x){

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