The functions in the soiltestcorr
package are intended
to be used when analyzing the correlation between soil test values (stv)
and relative yield (ry). This tutorial will introduce and demonstrate
the currently available functions.
You can install the development version of soiltestcorr
from GitHub
with:
# install.packages("devtools")
::install_github("adriancorrendo/soiltestcorr") devtools
library(soiltestcorr)
Suggested packages are
library(ggplot2) # Plots
library(dplyr) # Data wrangling
library(tidyr) # Data wrangling
library(purrr) # Mapping
soiltestcorr
: