Skip to content

tjrocha/RWDataPlot

 
 

Repository files navigation

RWDataPlot

Contains R package to read, manipulate, and plot data from RiverWareTM (riverware.org), that are saved as rdf (RiverWare data format) files. This codebase is a legacy version of the more up-to-date https://github.com/BoulderCodeHub/RWDataPlyr project and is only meant to support the https://github.com/usbr/RiverWareRdfOutputExplorer project.

Package can be installed from GitHub:

if(!require(devtools)){
	install.packages('devtools')
	library(devtools)
}
devtools::install_github('tjrocha/RWDataPlot')

Log:

  • 2016-03-22: version 0.3 available
  • 2015-07-01: version 0.2 available
  • 2014-09-16: working to create an R Package from existing code.

About

R package to read, manipulate, and plot data from RiverWareTM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%