defaultArableFarmParameters {farmR}R Documentation

Functions to create default Parameters

Description

Create FarmParameters or ObjectiveParameters objects from default values

Usage

defaultArableFarmParameters()
defaultArableObjectiveParameters()

Value

Both functions return an object of class Parameters. defaultArableFarmParameters returns a FarmParameters object defaultArableObjectiveParameters returns a ObjectiveParameters object

Author(s)

Ira Cooke

See Also

See also ObjectiveParameters and FarmParameters

Examples

        op=defaultArableObjectiveParameters()
        fp=defaultArableFarmParameters()
        show(op) # Dump Objective parameters to screen in xml format
        show(fp) # Dump the Farm Parameters to screen in xml format

[Package farmR version 1.0 Index]