Learn R Programming

antaresEditObject (version 0.6.4)

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

Description

Antares API NO

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 code
if (FALSE) {

library(antaresEditObject)
opts <- setSimulationPath("my_study")
computeTimeStampFromHourly(opts)

}

Run the code above in your browser using DataLab