knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
You can install the development version of maRsden using devtools once it is no longer private.
#devtools::install_github("vanichols/maRsden")
The package currently includes the following data:
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.