R/sizedata.R

#' @title Individual size data of all cruises
#'
#' @docType data
#' @author Yen-Ting Chen \email{r08241220@@ntu.edu.tw}
#' @details  The condition and unit of each column were listed below.
#'   \itemize{
#'      \item{\code{Cruise}} The cruise during sampling.
#'      \item{\code{Habitat}} Habitat type (Shelf, slope, canyon)
#'      \item{\code{Region}} Geographic region; Pearl river-shelf (PRS) and Gaoping river-shelf {GRS}
#'      \item{\code{Station}} Sampling station.
#'      \item{\code{Deployment}} Number of deployment.
#'      \item{\code{Tube}} Order of tubes.
#'      \item{\code{Section}} sampled section in cm
#'      \item{\code{Taxon}} Recorded grouping taxa of the specimen
#'      \item{\code{Family}} The family of the speciemn
#'      \item{\code{Genus}} The genus of the speciemn
#'      \item{\code{Condition}} The condition of the specimen
#'      \item{\code{L}} maximum body length in mm
#'      \item{\code{W}} maximum body length in mm
#'      \item{\code{a}} deprecated; the half of L
#'      \item{\code{b}} deprecated; the half of W
#'      \item{\code{size}} the volume of the specimen in mm^3
#'      \item{\code{Note}} Comments and further information for the specimen
#'      \item{\code{Type}} The respective geometric shapes for biovolume estimation
#'      \item{\code{C}} The conversion factors for biovolume estimation
#'      \item{\code{WM}} wet mass in mg
#' }
#'
#' @name sizedata
#' @keywords datasets
NULL

#' @rdname sizedata
"size_LGD_2006"
#' @rdname sizedata
"size_OR1_1219"
#' @rdname sizedata
"size_OR1_1242"
chenyenting1998/GRSPRSThesisData documentation built on March 19, 2022, 8:35 a.m.