https://github.com/anadiedrichs/frost
R package frost: prediction of minimum temperature for frost forecasting in agriculture
https://github.com/anadiedrichs/frost
frost package prediction-algorithm prediction-model r rpackage
Last synced: about 1 month ago
JSON representation
R package frost: prediction of minimum temperature for frost forecasting in agriculture
- Host: GitHub
- URL: https://github.com/anadiedrichs/frost
- Owner: anadiedrichs
- License: other
- Created: 2018-04-06T17:36:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T02:58:49.000Z (over 4 years ago)
- Last Synced: 2025-10-22T04:58:37.251Z (about 1 month ago)
- Topics: frost, package, prediction-algorithm, prediction-model, r, rpackage
- Language: R
- Homepage:
- Size: 997 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.Rmd
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "vignettes/"
)
```
# frost 


[](https://travis-ci.org/anadiedrichs/frost)
[](https://codecov.io/github/anadiedrichs/frost?branch=master)
[](https://zenodo.org/badge/latestdoi/128426264)
## 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](vignettes/Introduction.Rmd)

## Code of conduct
Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.