computeOtherFromHourlyYear: Compute daily, weekly, monthly and annual mc-ind from hourly...

View source: R/computeTimeStepFromHourly.R

computeOtherFromHourlyYearR Documentation

Compute daily, weekly, monthly and annual mc-ind from hourly data for one year. (new)

Description

Compute daily, weekly, monthly and annual mc-ind from hourly data for one year. (new)

Usage

computeOtherFromHourlyYear(
  mcYear,
  type,
  areas = "all",
  opts = simOptions(),
  timeStep = c("daily", "monthly", "annual", "weekly"),
  writeOutput = F
)

Arguments

mcYear

vector of years to compute

type

type of data (areas, links, clusters, clustersRes)

areas

vector of areas. links type will use getLinks() to get data.

opts

study opts

timeStep

timestep of aggregation (daily, monthly and annual, NO weekly)

writeOutput

boolean to write data in mc-ind folder

Note

Recommended only with studies spanning on two years.

See Also

computeOtherFromHourlyMulti


antaresEditObject documentation built on Oct. 4, 2023, 1:06 a.m.