Skip to contents

Do the same as SicLocation for eventually several locations

Usage

SicLocations(...)

Arguments

...

One or several list describing a location (See SicLocation)

Value

a SicLocations object which is a list of SicLocation.

See also

Other SicInput: SicInput(), SicLocation()

Examples

# Applying the same flow to offtakes located in nodes number 1 to 10
locations <- lapply(seq(10), function(i) { list(Nd = i, Pr = 1, Car = "Q")})
locations <- do.call(SicLocations, locations)
sicInputOfftakes <- SicInput(-0.5, locations = locations)