removeGroup
[Simulx] Remove simulation group
Remove a simulation group.
Usage
removeGroup(group)
Arguments
- group
(character) Name of the group to remove.
Details
Simulation groups are used for simulation as in Simulx GUI.
At the creation of a Simulx project, a first group is created by default with the name "simulationGroup1".
Use getGroups
to check which groups have already been defined, and which elements are set in each group.
To add a simulation group, use addGroup
.
To remove a simulation group, use removeGroup. To add or change a group element, use
.
To define new elements, use one of the define...Element functions.setGroupElement
Examples
initializeLixoftConnectors("simulx")
project_name <- file.path(getDemoPath(), "5.simulation", "simulationGroups_treatment.smlx")
loadProject(project_name)
removeGroup("medium_dose")