sim.base {WRSS} | R Documentation |
base function for class of sim
Description
sim
simulates an object inherited from class of createArea
using Standard Operating Policy (SOP).
Usage
## S3 method for class 'base'
sim(object)
Arguments
object |
an object inherited from class of |
Value
an object inherited from class of list
and including features as list(s), which are accessable as follows:
reservoirs: operation$reservoirs rivers: operation$rivers junctions: operation$junctions aquifers: operation$aquifers diversions: operation$diversions demands: operation$demands
See Also
[Package WRSS version 3.1 Index]