This package contains a compilation of empirical methods used by farmers and agronomic engineers to predict the minimum temperature to detect a frost event.
These functions use variables such as environmental temperature, relative humidity, and dew point.
If you don't have package devtools installed, run the following commands.
install.packages("devtools")
library(devtools)
To install the package from the GitHub repo, run
install_github("anadiedrichs/frost")
You can have more information about how to use this package in the Introduction vignette
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.