The package provides a set of formulas for plant breeding trials. All these formulas belong to procedures for standard evaluation and data management trials at International Potato Center.
To install this package you need package devtools: ```{r eval=F} install.packages(devtools)
Then type:
```{r eval=F}
devtools::install_github("omarbenites/sbformula")
To load the package type in your computer:
```{r eval=F} library(sbformula)
#Help
To get help about package:
```{r eval=F}
help(package = sbformula)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.