R/data.R

#' Example data set
#'
#' Experimental sample of 3000 positions of a macroinvertebrate
#'
#' @name example_mov
#' @docType data
#'
#' @format A data frame with 3000 observations of:
#' \describe{
#'   \item{x}{horizontal position}
#'   \item{y}{vertical position}
#'   \item{t}{time}
#'   ...
#' }
NULL

Try the kinematics package in your browser

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

kinematics documentation built on July 19, 2021, 9:07 a.m.