plot_agg: plot an aggregated dataset

Description Usage Arguments Examples

Description

display on a new plot aggregated time serie

Usage

1
plot_agg(x, y = "CTY", subset = NULL, ...)

Arguments

x

aggregated dataset (returned by agg_data())

y

one of the available measure (.i.e CTY, CTA, BZN)

subset

a logical vector used to subset x before plotting

...

unused parameter

Examples

1
2
3
4
5
6
load_dir <- system.file(package = "antaDraft",
  "data_sample/load_sample_2017")
load_data <- anta_load(data_dir = load_dir )
load_data <- augment_validation(data = load_data)
aggregated_db <- agg_data(load_data)
plot_agg(aggregated_db)

rte-antares-rpackage/antaDraft documentation built on May 14, 2019, 2:59 p.m.