knitr::opts_chunk$set( # collapse = TRUE, comment = "#>", fig.width=6, fig.height=4 )
The soiltestcorr
package is a collection of functions intended to contribute to reproducible correlation analysis between crop relative yield (RY) and soil test values (STV). The package development stemmed from ongoing work with the Fertilizer Recommendation Support Tool (FRST) and the Feed the Future Innovation Lab for Collaborative Research on Sustainable Intensification (SIIL) projects.
This tutorial will introduce and demonstrate the currently available functions.
You can install the latest CRAN version of soiltestcorr
with:
install.packages("soiltestcorr")
Alternatively, you can install the development version of soiltestcorr
from GitHub with:
# install.packages("devtools") devtools::install_github("adriancorrendo/soiltestcorr")
library(soiltestcorr)
Suggested packages are
library(ggplot2) # Plots library(dplyr) # Data wrangling library(tidyr) # Data wrangling library(purrr) # Mapping
soiltestcorr
: SoftwareX Journal
: https://doi.org/10.1016/j.softx.2022.101275
https://ciampittilab.shinyapps.io/soiltestcorr/
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.