View source: R/winSelectCrops.R
Deprecated! This function has been superseeded by cropSuitWofost(). Takes the output of winSelectCrops() and runs a Wofost() run for each sowing date for each selected crop.
1 2 | winSelectWofost(gwOut, w, s, crLocal = NULL, waterLimited = FALSE,
outDir = "")
|
gwOut |
Selected crops as outputted from winSelectCrops(). |
w |
WeatherObject. Must encompass the period from the earliest sowing date to 730 days after the last sowing date. |
s |
SoilObject. |
crLocal |
Character vector. If crops are stored locally, this is the path where all crop yaml files are stored. |
waterLimited |
Logical. If FALSE (default) runs potential production. If TRUE, free draining water-limited production. |
outDir |
Directory path (to be created) where the output is saved. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.