winSelectCrops: Select crops have viable growing window

Description Usage Arguments Examples

View source: R/winSelectCrops.R

Description

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()".

Usage

1

Arguments

gw

Growing Window. The output of growingWindow() function.

Examples

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)

lucabutikofer/WofostR documentation built on Aug. 9, 2021, 2:24 p.m.