/awudsDemo

A package demonstrating what R can do with AWUDS data.

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

awudsDemo R Package

This package will be used as a demonstration of the possibilities of manipulating AWUDS data with the R programing language.

Easiest install method for the in development package is to use devtools install_github function using the following commands:
> library(devtools)
or if you don't have devtools:
> install.packages('devtools')
Then: > install_github('dblodgett-usgs/awudsDemo')