R/nppdata.R

#' Test data for geom_oce()
#'
#' This data set contain the net primary production data of South China Sea by
#' CBPM model in Feb 2016.
#'
#' @docType data
#'
#' @usage data(nppdata)
#'
#' @format An object of class \code{"data.frame"}
#' \describe{
#'  \item{lon}{lontitude}
#'  \item{lat}{latitude}
#'  \item{npp}{net primary prodution(units: mg C m^-2 d^-1)}
#' }
#' @references Data source: http://sites.science.oregonstate.edu/ocean.productivity/index.php
#' @keywords datasets
#' @examples
#'
#' data(nppdata)
#' head(nppdata)
#'
"nppdata"
chaoxv/nppr documentation built on Jan. 29, 2024, 1:37 p.m.