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
PabRod/kinematics documentation built on July 12, 2024, 10:38 a.m.