Farm {farmR}R Documentation

Farm

Description

Create Farm objects

Usage

Farm(farm.params = defaultArableFarmParameters(), obj.params = NULL)

Arguments

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

Value

Returns a Farm object

Author(s)

Ira Cooke

See Also

See Also CompositeFarm

Examples

        fm=Farm() # Create a default Farm object
        solvelp(fm) # Solve the farm
        show(fm)


[Package farmR version 1.0 Index]