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

maRsden

Lifecycle: experimental

The goal of maRsden is to provide easy access to all data collected at the Marsden Farm Long Term Cropping Systems Research Farm, managed by Dr. Matt Liebman at Iowa State University.

Installation

You can install the development version of maRsden using devtools once it is no longer private.

#devtools::install_github("vanichols/maRsden")

Progress

The package currently includes the following data:

  1. Weather from Iowa Mesonet Ames Coop Station
  2. Historical weather (1987-2018)
  3. Data-weather years (1987-2018, will be updated once 2019 ends)
  4. General experiment data
  5. mrs_plotkey (each year's plot treatments, 2012-2019)
  6. Will Osterholtz (WO) data
  7. mrs_cornbio_wo (WO corn biomass data 2013-2014)
  8. mrs_soilh2o_wo (WO soil water data 2013-2014)
  9. My data from 2018-2019
  10. mrs_residue18 (VN residue at planting 2018)
  11. mrs_nutrients18 (VN soil nutrients at planting in 2018)
  12. mrs_penetrom (VN penetrometer readings 2018-2019)
  13. mrs_rootdepth (VN max root depths 2018-2019)
  14. mrs_cornbio_vn (VN corn biomass 2018-2019)
  15. mrs_cornlai_vn (VN corn leaf area index 2018-2019)

Example

If you want to load the corn yield data this will make it much easier.

#library(maRsden)

# data(mrs_cornyield)

Or maybe you want to look at Will Osterholtz's corn biomass data. That's easy!

#data(mrs_cornbio_wo)


vanichols/maRsden documentation built on Aug. 25, 2022, 10:49 p.m.