lhenneman / hyspdisp

4 stars 4 forks source link

title: "hyspdisp" author: "Lucas Henneman" date: "2/18/2019" output: html_document

hyspdisp

hyspdisp is an R package that runs HYSPLIT many times and calculates the HYSPLIT Average Dispersion (or HyADS) exposure metric. The results can then be aggregated to ZIP code level to create national estimates of exposure from various sources. For example, plumes from several power plants can be tracked for many days and cumulative impacts estimated. The package relies on a modified version of the SplitR package.

Install hyspdisp from github and load

First, download and install hyspdisp

devtools::install_github("lhenneman/hyspdisp", force = TRUE)
library(hyspdisp)

Browse the available vignettes and associated R code

browseVignettes(package = "hyspdisp")