powered by
Create An Area In An Antares Study
createArea( name, color = grDevices::rgb(230, 108, 44, max = 255), localization = c(0, 0), nodalOptimization = nodalOptimizationOptions(), filtering = filteringOptions(), overwrite = FALSE, opts = antaresRead::simOptions() )
An updated list containing various information about the simulation.
Name of the area as a character, without punctuation except - and _.
Color of the node
Localization on the map
Nodal optimization parameters, see nodalOptimizationOptions.
nodalOptimizationOptions
Filtering parameters, see filteringOptions.
filteringOptions
Overwrite the area if already exist.
List of simulation parameters returned by the function antaresRead::setSimulationPath
antaresRead::setSimulationPath
if (FALSE) { library(antaresRead) # Set simulation path setSimulationPath(path = "PATH/TO/SIMULATION", simulation = "input") # Create a new area createArea("fictive_area") }
Run the code above in your browser using DataLab