Description
Helper Functions for 'TUFLOW FV' Models.
Description
Helper functions for 'TUFLOW FV' models. Current functionality includes reading in and plotting output POINTS files and generating initial conditions based on point observations.
README.md
TUFLOWR
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")