#' 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){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.