Apply a selection to a space
apply_selection(space_id, selection)
The space_id of the space to which to apply the selection to
The selection object of class point_selection
or hyperslab_selection
Calls the respective stand-alone functions for point-selection or multiple hyperslab selection. The reason for not calling a method of an R6 object is to make it more efficient and make it useable without creating a full R6 object.