RWDataPlyr is a tool to read and manipulate data generated from RiverWareTM simulations in rdf, csv, and nc formats and work with those data in a dplyr pipeline. It provides functions to gather, aggregate, and summarize data from 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 using RiverWare data:
read_rdf()
and
read_rw_csv()
rdf_aggregate()
and user specified
rwd_agg
objectrw_scen_aggregate()
and user specified
rwd_agg
objectCheck out the workflow vignette for more details:
{r, eval = FALSE} vignette("rwdataplyr-workflow", package = "RWDataPlyr")
RWDataPlot
package
This software is in the public domain because it contains materials that originally came from the U.S. Bureau of Reclamation, an agency of the 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 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 Reclamation in connection therewith.
This software is provided “AS IS.”