R/data.R

#' Soilprofile example
#' 
#' A data set containing a imaginary soilprofile with 3 horizonts.
#'
#' @format Simple feature collection with 3 features and 14 fields
#' \describe{
#'   \item{name}{name as numeric id}
#'   \item{area}{area}
#'   \item{from1}{depth}
#'   \item{to1}{depth}
#'   \item{hue_col}{color}
#'   \item{value_col}{color}
#'   \item{chroma_col}{color}
#'   \item{skel_dim_from}{rocks}
#'   \item{skel_dim_to}{rocks}
#'   \item{grain_size}{texture}
#'   \item{grain_sd}{texture}
#'   \item{nameC}{name as caracter}
#'   \item{rgb_col{rgb color}
#'   \item{geometry}{<MULTIPOLYGON>}
#' }
"soil_example_sf"

#' process_symbols
#' 
#' A data set containing a imaginary soilprofile with 3 horizonts.
#'
#' @format Simple feature collection with 3 features and 14 fields
#' \describe{
#'   \item{name}{name as numeric id}
#'   \item{area}{area}
#'   \item{from1}{depth}
#'   \item{to1}{depth}
#'   \item{hue_col}{color}
#'   \item{value_col}{color}
#'   \item{chroma_col}{color}
#'   \item{skel_dim_from}{rocks}
#'   \item{skel_dim_to}{rocks}
#'   \item{grain_size}{texture}
#'   \item{grain_sd}{texture}
#'   \item{nameC}{name as caracter}
#'   \item{rgb_col{rgb color}
#'   \item{geometry}{<MULTIPOLYGON>}
#' }
"process_symbols"
#' structure polygons
#' 
#' structure polygons (sf) needed for the Shiny app
#'
#' @format Simple feature collection with ...
"struc_poly"
nardusstricta/soilprofile2 documentation built on May 23, 2019, 6:04 p.m.