Skip to content

walkerjeffd/myrwaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myrwaR Package

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

Installation

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')