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