RavenR
is an R package for handling Raven hydrologic modelling framework inputs, outputs, and diagnostics.
The CRAN version of the package may also installed with:
You can also install the latest RavenR
version from github with:
if (!require(devtools)) install.packages("devtools")
library(devtools)
devtools::install_github("rchlumsk/RavenR")
The developmental version can be installed from the dev
branch with:
if (!require(devtools)) install.packages("devtools")
library(devtools)
devtools::install_github("rchlumsk/RavenR", ref="dev")
Please see the package vignette for an overview of the RavenR
package. Sample data is included in the package, so you need only to install the RavenR
library and follow along in the guide documents to get started.
The RavenR
vignette can be accessed with the browseVignettes
function.
citation("RavenR")
To cite RavenR
in publications, use:
Robert Chlumsky, James Craig, Leland Scantlebury, Simon Lin, Sarah Grass, Genevieve Brown and Rezgar Arabzadeh (2021). RavenR: Raven Hydrological Modelling Framework R Support and Analysis. R package version 2.1.4. https://github.com/rchlumsk/RavenR
A BibTeX entry for LaTeX users is:
@Manual{RavenRPackage,
title = {RavenR: Raven Hydrological Modelling Framework R Support and Analysis},
author = {Robert Chlumsky and James Craig and Leland Scantlebury and Simon Lin and Sarah Grass and Genevieve Brown and Rezgar Arabzadeh},
year = {2021},
note = {R package version 2.1.4},
url = {https://github.com/rchlumsk/RavenR},
}
Any issues or feature requests can be submitted on the Github Issues page as an issue, or discussed more openly on the new Github Discussions page.
Updates to a number of functions and new features implemented, including:
rvn_download
and rvn_run
to enable downloading and running Raven.exe within R;rvn_rvi_write_template
to write model rvi files from templates in the Raven manual;rvn_budyko_plot
to generate a budyko curve from model precip, AET, and PET;ggrepel
library in spacing labels, and addition of the DiagrammeR
library to support rvn_rvi_process_diagrammer
;rvn_budyko_plot
to generate a budyko curve from model precip, AET, and PET;rvn_met_interpolate
for performing inverse distance weighting interpolation to fill missing data values in meteorological data (works immediately with weathercan
downloads).Major updates to the package, including core package styling such as function case, naming conventions, and use of ggplot2 libraries for plotting. Some of these include:
RavenR.extras: Additional RavenR utilities.
Raven Hydrologic Modelling Framework: Robust and flexible Hydrologic Modelling Framework developd by Dr. James R. Craig at the University of Waterloo.