R/data-asrbody.R

#' AthleteSR Body Diagram polygons
#'
#' Originally created by Jose Fernandez, this dataset contains AthleteSR
#' body diagram definition used for plotting.
#'
#' @format A data frame with 3391 rows and 6 variables:
#' \describe{
#'   \item{View}{Body diagram view. Levels are 'Front' and 'Back'}
#'   \item{Side}{Body diagram side. Levels are 'Left' and 'Right'}
#'   \item{Part}{Name of the body diagram part. Contains 26 distincts parts}
#'   \item{Area}{Name of the body diagram area. Represents \code{Veiw} +
#'               \code{Side} + \code{Part}. Contains 74 distinct areas}
#'   \item{x}{x coordinate of the polygon}
#'   \item{y}{y coordinate of the polygon}
#' }
#' @usage
#' data(asrbody)
"asrbody"
mladenjovanovic/athletemonitoring documentation built on May 14, 2024, 12:39 a.m.