Learn R Programming

RSSOP (version 1.1)

createArea: A Function To Create The Reservoirs System Area

Description

it creates an area to operate reservoirs inside it

Usage

createArea(name = "unknown", location = "unknown", start = c(), end = c())

Arguments

name
a string representing the name of the operating area
location
a string representing the location of the operating area
start
a vector whose first number presents the number of start month of simulation time and second number shows the start year of of simulation time
end
a vector whose first number presents the number of end month of simulation time and second number shows the end year of of simulation time

Value