Skip to main content
Skip table of contents

removeGroup

Remove a simulation group.

Usage

R
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 setGroupElement. To define new elements, use one of the define...Element functions.

See also

Examples

R
  initializeLixoftConnectors("simulx")
  project_name <- file.path(getDemoPath(), "5.simulation", "simulationGroups_treatment.smlx")
  loadProject(project_name)
  removeGroup("medium_dose")
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.