createArea.base {WRSS} | R Documentation |
base function for class of createArea
Description
this function constructs an object from class of createArea
, supporting objects inherited from any of the folowing classes: createAquifer
, createDemandSite
, createDiversion
, createJunction
, createReservoir
,and createRiver
.
Usage
## S3 method for class 'base'
createArea(name, location, simulation)
Arguments
name |
(optional) A string: the name of the aquifer |
location |
(optional) A string: the physical location of |
simulation |
A list: |
Value
An object from class of list
See Also
[Package WRSS version 3.1 Index]