An R package that provides functions for undertaking epiphytotic modelling and simulation studies in R. This package provides common base level functions that can be used in modelling the spatial movement of splash and wind dispersed plant disease inoculum. This package also provides many weather functions for obtaining, formating and imputing weather data.
epiphytoolR
is not on CRAN and is currently under development in an ad hoc manner.
You can install a stable version from the main
branch with the following code
remotes::install_github("PaulMelloy/epiphytoolR")
Or you can install the development version from the dev
branch with the following code
remotes::install_github("PaulMelloy/epiphytoolR", ref = "dev")
The dev
branch will have newer bug fixes and more features, see NEWS.md
Report bugs or add requests by creating an issue on this repo