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

View source: R/createArea.default.R

createArea.defaultR Documentation

default function for class of createArea

Description

this function constructs an object from class of createArea, supporting objects inherited from the any of folowing classes: createAquifer, createDemandSite, createDiversion, createJunction, createReservoir,and createRiver.

Usage

  ## Default S3 method:
createArea(name = "unknown", location = "unknown",
                               simulation = list(start = NULL, end = NULL, interval=NULL))

Arguments

name

(optional) A string: the name of the aquifer

location

(optional) A string: the physical location of createArea

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 can takes either of 'day','week', or 'month'

Value

An object from class of createArea

See Also

createArea


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