Description Usage Arguments Value Examples
View source: R/msp_run_clusters.R
Get sum of Min Stable Power for running clusters by weeks
1 2 3 4 5 6 7 | msp_run_clusters(
first_weekday = 1,
area = "fr",
remove_clusters = NULL,
start_date = NULL,
opts = simOptions()
)
|
first_weekday |
The first day to use for starting a week, default to |
area |
Area(s) to include in the computation. |
remove_clusters |
Character vector. Cluster(s) to remove. |
start_date |
Starting date of the study. If |
opts |
List of simulation parameters returned by the function
|
a data.table
.
1 2 3 4 5 6 7 8 9 10 11 | ## Not run:
library(antaresRead)
setSimulationPath(path = "PATH/TO/STUDY")
msp_run_clusters()
msp_run_clusters(first_weekday = 6) # saturday
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.