gvanzin / smwrQW

Water quality USGS water science R functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smwrQW

R functions to support water-quality data analysis for statistical methods in water resources.

Disclaimer

This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at http://www.usgs.gov/visual-id/credit_usgs.html#copyright

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided "AS IS."

Installation

for windows:

install.packages("smwrQW", 
    repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"), 
    dependencies=TRUE)

for mac:

install.packages("smwrQW", 
    repos=c("http://usgs-r.github.com","http://cran.us.r-project.org"), 
    dependencies=TRUE, type = "both")

About

Water quality USGS water science R functions.

License:Other


Languages

Language:R 67.0%Language:Fortran 33.0%