#' 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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.