knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

PFIswhc

The goal of PFIswhc is to provide easy access to tidied data from the SARE/PFI project that measured the soil's water-holding capacity under no-cover and winter-cover cropping treatments.

Installation

The development version from GitHub is available publicly:

# install.packages("devtools")
devtools::install_github("vanichols/PFIswhc")

Example

Want to see the bulk densities of the fields? Sure thing. NOt sure what is wrong.

#library(PFIswhc)
#sare_bulkden


vanichols/PFIswhc documentation built on June 26, 2021, 6:32 a.m.