RHMS (version 1.7)

createBasin.default: default function for class of createBasin

Description

instantiates an object from class of createBasin

Usage

# S3 method for default
createBasin(name = "Untittled", simulation=list(start=NULL,end=NULL,by=NULL))

Arguments

name

a string: a name for the basin

simulation

a list of simulation time and dates as below:

  • start: the date which simulation starts, must be in 'YYYY-MM-DD' format

  • start: the date which simulation ends, must be in 'YYYY-MM-DD' format

  • by: the interval of each steps in seconds

Value

a list: an object from class of creatBasin

See Also

addObjectToBasin