This package contains functions for loading, analyzing, and reporting hydrologic and water quality data for the Mystic River Watershed Association.
Read more here: (http://walkerjeffd.github.io/myrwaR/)
by Jeffrey D. Walker, PhD, Walker Environmental Research
The myrwaR
package can only be installed from Github (it is not available on CRAN). It can be installed using the devtools
package, which you may need to install first.
install.packages('devtools') # if not already installed
library(devtools)
install_github('walkerjeffd/myrwaR')