A data.table of class antaresDataTable
or a list of such tables with
the following columns:
areaArea name. If byDistrict=TRUE
, this column is replaced by column
district
.
clusterCluster name. If by="sector"
, this column is replaced by column
sector
.
timeIdTime id and other time columns.
upwardModulationMaximal absolute modulation of a cluster unit or of the sector, if timeStep
is hourly.
downwardModulationMaximal absolute modulation of a cluster unit or of the sector, if timeStep
is hourly.
absoluteModulationMaximal absolute modulation of a cluster unit or of the sector, if timeStep
is hourly.
avg_upwardModulationAverage upward modulation of a cluster unit or of the sector, if timeStep
is not hourly.
avg_downwardModulationAverage downward modulation of a cluster unit or of the sector, if timeStep
is not hourly.
avg_absoluteModulationAverage absolute modulation of a cluster unit or of the sector, if timeStep
is not hourly.
max_upwardModulationMaximal upward modulation of a cluster unit or of the sector, if timeStep
is not hourly.
max_downwardModulationMaximal downward modulation of a cluster unit or of the sector, if timeStep
is not hourly.
max_absoluteModulationMaximal absolute modulation of a cluster unit or of the sector, if timeStep
is not hourly.
Notice that if by="cluster", the function computes the modulation per
unit, ie. The modulation of a cluster divided by the number of units of the
cluster. On the opposite, if by="sector", the function returns the
modulation of the global production of the sector. Moreover, if parameter
x contains area and district data, the function returns a list with
components areas and districts.