createArea.base: base function for class of 'createArea'

View source: R/createArea.base.R

createArea.baseR 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 name

simulation

A list: simulation is a list of three vectors: start, end, and interval. the start and end components must be in 'YYYY-MM-DD' format and the interval component is a string that can takes either of 'day','week', or 'month'

Value

An object from class of list

See Also

createArea


WRSS documentation built on May 30, 2022, 1:07 a.m.