legacy_yield: Crop yield data (legacy from v.0.1.1)

Description Usage Format See Also Examples

Description

Average crop yield for all watersheds from 2007-2016

Usage

1

Format

A data.frame with 4 variables: year, watershed, crop, and dryyield_buac (bushels per acre)

See Also

legacy_yield_conversion

Examples

1
2
3
4
5
# Convert from bushels per acre to Megagrams per hectare
library(dplyr)
legacy_yield <- legacy_yield %>%
  left_join(legacy_yield_conversion, by="crop") %>%
  mutate(yield_Mgha = dryyield_buac * Mgha_per_buac)

ISU-STRIPS/STRIPSyield documentation built on Jan. 31, 2021, 10:16 a.m.