computeTimeStampFromHourly: Compute daily, weekly, monthly and annual mc-ind from hourly data.
Description

Compute daily, weekly, monthly and annual mc-ind from hourly data.
Usage
computeTimeStampFromHourly(
opts,
mcYears = "all",
nbcl = 8,
verbose = 1,
type = c("areas", "links", "clusters")
)
Arguments
- opts
opts simulation path.
- mcYears
mcYears to compute.
- nbcl
number of thread for parallel computing.
- verbose
verbose for execution.
- type
type of file to compute.
Examples
Run this codeif (FALSE) {
library(antaresEditObject)
opts <- setSimulationPath("my_study")
computeTimeStampFromHourly(opts)
}
Run the code above in your browser using DataLab