Farm {farmR} | R Documentation |
Create Farm objects
Farm(farm.params = defaultArableFarmParameters(), obj.params = NULL)
farm.params |
An object of class FarmParameters or the name of an xml file from which to read the parameters
|
obj.params |
An object of class ObjectiveParameters or the name an xml file from which to read the parameters
|
Returns a Farm object
Ira Cooke
See Also CompositeFarm
fm=Farm() # Create a default Farm object solvelp(fm) # Solve the farm show(fm)