Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 959 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 959 Bytes

TUFLOWR

R-CMD-check

TUFLOWR provides some helper functions for working with TUFLOW FV models in R. Current functionality includes generating spatially interpolated initial conditions based on point observations and the model mesh, as well as loading POINTS files into the R environment and plotting with ggplot.

Installation

You can install the released version of TUFLOWR from CRAN with:

install.packages("TUFLOWR")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("matt-s-gibbs/TUFLOWR")