R/data.R

#' Relative Sea level example dataset
#'
#' An example dataset for 22 proxy sites along the Atlantic coast of North America
#'
#' @format A data frame with 1715 rows and 8 columns:
#' \describe{
#'   \item{Region}{All regions along Atlantic coast of North America}
#'   \item{Site}{All sites along Atlantic coast of North America}
#'   \item{Latitude}{Latitude of the data site}
#'   \item{Longitude}{Longitude of the data site}
#'   \item{RSL}{Relative Sea level in meters}
#'   \item{RSL_err}{Error in RSL}
#'   \item{Age}{Age in years CE}
#'   \item{Age_err}{Error in Age}
#' }
#' @source Check out the vignettes to see the sources

"NAACproxydata"

Try the reslr package in your browser

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

reslr documentation built on July 9, 2023, 7:54 p.m.