View source: R/computeTimeStepFromHourly.R
computeOtherFromHourlyMulti | R Documentation |
Compute daily, weekly, monthly and annual mc-ind from hourly data multiyear. (new)
computeOtherFromHourlyMulti(
opts = simOptions(),
areas = "all",
type = c("areas", "links", "clusters"),
timeStep = c("daily", "monthly", "annual", "weekly"),
mcYears = simOptions()$mcYears,
writeOutput = FALSE,
nbcl = 8,
verbose = FALSE
)
opts |
study opts |
areas |
vector of areas |
type |
type of aggregation |
timeStep |
timestep of aggregation (daily, monthly and annual, NO weekly) |
mcYears |
vector of years to compute |
writeOutput |
boolean to write data in mc-ind folder |
nbcl |
number of cpu cores for parallelization |
verbose |
logical for printing output |
Recommended only with studies spanning on two years.
computeOtherFromHourlyYear
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.