The efdcr
package is designed to faciliate the modelling process with the EFDC (Environment Fluid Dynamic Code) and EE modeling system (EEMS). It provides functions for pre- and post-processing the data required and generated by the EEMS. Note that the package is currently under development, the APIs will be changed with more functionalities being added. I will try my best to keep the consistency of the APIs and to update carefully.
You can Install the latest development version of efdcr from GitHub with:
if (!require("devtools")) { install.packages("devtools") } devtools::install_github("hxfan1227/efdcr")
To work with efdcr
, you should have some knowledge about the ‘tidy data’ format, details of which can be found at https://www.jstatsoft.org/article/view/v059i10.