CropObject: S4 Class "CropObject"

Description Usage Arguments Details Examples

Description

Contains crop parameters

Usage

1

Arguments

...

Named list where each named element corresponds to an omonimous slot in the CropObject to be created. Alternatively slots can be filled individually (e.g. with "CropObject(IDSL = 2, SPA = 7)").

Details

Instances of this class are normally generated by calling dwn.crop() or load.crop() which retrieve all crop parameters from complete crop descriptions in the form of .yamls files.

Examples

1
2
3
cr <- dwn.crop() # require internet connection
cr
str(cr, list.len = 3)

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