Description Usage Arguments Examples
View source: R/winSelectCrops.R
Takes the output of growingWindow() and returns a selection of crop/varieties that reached maturity with their corresponding sowing dates. This is useful for running Wofost on those with function "winSelectWofost()".
1 | winSelectCrops(gw)
|
gw |
Growing Window. The output of growingWindow() function. |
1 2 3 4 5 6 7 | # Single crop growing window analysis
out <- growingWindow(w = randomWeatherLong,
crop = "potato",
variety = "Potato_701")
# Select viable crops
gwOut <- winSelectCrops(out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.