create_wm_cluster: Create clusters for Weekly Margins simulation

Description Usage Arguments Examples

View source: R/create_wm_cluster.R

Description

Create clusters for Weekly Margins simulation

Usage

1
2
create_wm_cluster(data, start = NULL, rm_prev_clus = TRUE,
  sort_other_clus = TRUE, opts = antaresRead::simOptions())

Arguments

data

a data.table obtained from read_planning.

start

If specified, data will be filtered from given date to 7 days after.

rm_prev_clus

Remove previous clusters before creating new ones.

sort_other_clus

Reorder rows of other clusters data.

opts

List of simulation parameters returned by the function antaresRead::setSimulationPath

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## Not run: 

# set path to your simulation
opts <- setSimulationPath(path = "path/", simulation = "input")

# Read data from suppliers
plannings <- read_planning()

# create clusters
clusters_crea <- create_wm_cluster(plannings, opts)


## End(Not run)

rte-antares-rpackage/antaresWeeklyMargin documentation built on July 25, 2019, 8:23 p.m.