R/data.R

#' Example data to show mdftracks functionality
#'
#' @format A data frame with 10 rows and 9 variables
#' \describe{
#'   \item{cl}{track cluster}
#'   \item{id}{track identifier (in cluster)}
#'   \item{p}{point in track (not necessarily the same as frame number)}
#'   \item{x}{x-coordinate of point}
#'   \item{y}{y-coordinate of point}
#'   \item{z}{z-coordinate of point}
#'   \item{t}{time of point}
#'   \item{ch}{track channel}
#'   \item{uid}{track identifier (unique over clusters)}
#' }
#' @source Self-generated
"mdftracks.example.data"

Try the mdftracks package in your browser

Any scripts or data that you put into this service are public.

mdftracks documentation built on Jan. 15, 2021, 3:32 p.m.