dssat_run_batch: Run a batch spatial dssat analysis from a cultigen, weather,...

Description Usage Arguments Value

Description

Run a batch spatial dssat analysis from a cultigen, weather, and soil object.

Usage

1
2
3
4
5
dssat_run_batch(name,
  cultivars = dssat_read_cultigen("~/DSSAT46/Genotype/MZCER046.CUL") %>%
  dplyr::filter(`@VAR#` %in% c("AC0001", "GF0001", "GF0101", "GF0201",
  "GF0301", "GF0401", "GF0501")), weather, soil, earliest_planting_doy = 136,
  latest_planting_doy = 167, output_dir = tempfile())

Arguments

name
cultivars
weather
soil
earliest_planting_doy
latest_planting_doy
output_dir

Value

A list containing field, cultivar, and yield information.


crowcanyon/dssatr documentation built on May 14, 2019, 11:33 a.m.