An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "vignettes/"
)
```

# frost

![CRAN](https://www.r-pkg.org/badges/version/frost)
![CRAN](https://cranlogs.r-pkg.org/badges/grand-total/frost)
[![Travis CI Build Status](https://travis-ci.org/anadiedrichs/frost.svg?branch=master)](https://travis-ci.org/anadiedrichs/frost)
[![Codecov test coverage](https://img.shields.io/codecov/c/github/anadiedrichs/frost/master.svg)](https://codecov.io/github/anadiedrichs/frost?branch=master)
[![DOI](https://zenodo.org/badge/128426264.svg)](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.