Farm-class {farmR} | R Documentation |
Represents a farm model for a single farm
Objects can be created by calls to Farm
model
:"jobjRef"
which is a reference to the internal java object representing the farm cropNames
:"vector"
representing the crop names
Class "FarmRepresentation"
, directly.
signature(farm = "Farm", input = "jobjRef")
: Sets the multi objective preferences using an ObjectiveParameters document object, typically created using document(ObjectiveParameters())
signature(farm = "Farm", input = "ObjectiveParameters")
: Sets the multi objective preferences using an ObjectiveParameters object, typically created using ObjectiveParameters()
signature(farm = "Farm", input = "character")
: Sets the multi objective preferences using an xml preference file Ira Cooke
See also CompositeFarm
and FarmRepresentation
showClass("Farm")