legacy_yield_conversion: Crop yield conversions (legacy from v.0.1.1)

Description Usage Format See Also Examples

Description

Conversions from bushels/acre to Mg/ha for corn and soybean

Usage

1

Format

A data.frame with two variables: crop, lbs_per_bushel, and Mgha_per_buac.

See Also

legacy_yield

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.