RWDataPlyr is a tool to read and manipulate data generated fromRiverWareTM simulationsin rdf, csv, and nc formats and work with those data in a dplyrpipeline. It provides functions to gather, aggregate, and summarize datafrom multiple RiverWare simulations, i.e., scenarios.
RWDataPlyr can be installed from CRAN:
{r, eval = FALSE} install.packages("RWDataPlyr")
Or the development version can be installed from GitHub:
{r, eval=FALSE} # install.packages("devtools") devtools::install_github("BoulderCodeHub/RWDataPlyr")
RWDataPlyr provides at least three workflows for reading and usingRiverWare data:
read_rdf() andread_rw_csv()rdf_aggregate() and user specifiedrwd_agg objectrw_scen_aggregate() and user specifiedrwd_agg objectCheck out the workflow vignette for more details:
{r, eval = FALSE} vignette("rwdataplyr-workflow", package = "RWDataPlyr")
RWDataPlot packageThis software is in the public domain because it contains materialsthat originally came from the U.S. Bureau of Reclamation, an agency ofthe United States Department of Interior.
Although this code has been used by Reclamation, no warranty,expressed or implied, is made by Reclamation or the U.S. Government asto the accuracy and functioning of the program and related programmaterial nor shall the fact of distribution constitute any suchwarranty, and no responsibility is assumed by Reclamation in connectiontherewith.
This software is provided “AS IS.”