View source: R/computeTimeStepFromHourly.R
computeOtherFromHourlyYear | R Documentation |
Compute daily, weekly, monthly and annual mc-ind from hourly data for one year. (new)
computeOtherFromHourlyYear(
mcYear,
type,
areas = "all",
opts = simOptions(),
timeStep = c("daily", "monthly", "annual", "weekly"),
writeOutput = FALSE
)
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 |
Recommended only with studies spanning on two years.
computeOtherFromHourlyMulti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.