R/palette_options.R

#' @title LTER Palette Options
#'
#' @description For each palette, data includes the photographer, LTER site, number of included colors, and the hexadecimal codes for each color (data are in 'wide' format)
#'
#' @format A dataframe with 14 variables and one row per palette (currently 14 rows)
#' \describe{
#'   \item{photographer}{name of the photographer who took the picture}
#'   \item{palette_full_name}{concatenation of LTER site and palette name, separated by a hyphen}
#'   \item{lter_site}{three-letter LTER site name abbreviation}
#'   \item{palette_name}{a unique-within site-name for each palette based on the picture's content}
#'   \item{palette_type}{either "qualitative", "sequential", or "diverging" depending on the pattern of colors in the palette}
#'   \item{color_...}{the hexadecimal code for colors 1 through n for each palette}
#' }
#' @source {Lyon, N. J., De La Rosa, G. 2022.}
"palette_options"

Try the lterpalettefinder package in your browser

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

lterpalettefinder documentation built on Jan. 22, 2023, 1:21 a.m.