CRANCRANTravis CI Build Status Codecov test coverage DOI

Prediction of minimum temperature for frost forecasting in agriculture

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.

Installation

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")

More info

You can have more information about how to use this package in the Introduction vignette

Code of conduct

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.