R/incr_matrix3.R

#' Matrix containing data calculated for each growth band.
#'
#' A dataset containing specific parameters calculated for all digitized growth
#' increments from the Crassostre gigas #1 oyster used as an example in de Winter
#' (2017) sorted per increment.
#'
#' @docType data
#'
#' @usage data(incr_matrix3)
#'
#' @format A data frame with 8 rows and 11 variables:
#'
#' \describe{
#'   \item{growth band}{name of the growth increment}
#'   \item{age (days)}{Age associated with the deposition of the growth increment}
#'   \item{age_cal (days)}{Age associated with the deposition of the growth increment, calibrated to the seasonal cycle}
#'   \item{incr_area}{area between subsequent increments}
#'   \item{incr_cumarea}{area between increment and the top of the shell}
#'   \item{av_thickness}{average thickness of area between increment and the top of the shell}
#'   \item{p1x}{X-value of first (leftmost) point in growth increment}
#'   \item{p1y}{Y-value of first (leftmost) point in growth increment}
#'   \item{p2x}{X-value of last (rightmost) point in growth increment}
#'   \item{p2y}{Y-value of last (rightmost) point in growth increment}
#'   \item{shell_height}{Height of shell during deposition of shell increment}
#' }
#' @source \url{https://doi.org/10.5194/gmd-2017-137-supplement}
"incr_matrix3"

Try the shelltrace package in your browser

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

shelltrace documentation built on May 2, 2019, 2:25 a.m.