knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
This package is an R interface to faciliate access to the National Atmospheric Deposition Program map data.
# install devtools if not found # install.packages(devtools) devtools::install_github("jsta/nadp")
library(nadp) library(raster)
nadp_get(years = 2010, products = "totalN")
nadp_ls()
dt <- nadp_load(years = 2010, products = "totalN") names(dt) class(dt) plot(dt); title("2010 totalN deposition")
Contributions welcome in the form of issues and pull requests.
This package uses the externalrdata
package template
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.