Remove an ROI from a project
Usage
at_remove_roi(project, id, call = rlang::caller_env())Arguments
- project
An annot_project.
- id
Single string ROI identifier.
- call
The calling environment, for error reporting.
Value
A new annot_project without the identified ROI. Warns and returns the project unchanged if the identifier is not found.
See also
Other projects:
at_add_layer(),
at_add_roi(),
at_example_project(),
at_layers(),
at_project(),
at_remove_layer(),
at_rois(),
at_summary(),
at_validate()