Plot ROIs overlaid on the image
Usage
at_plot_overlay(project, img = NULL, layer = NULL, call = rlang::caller_env())Arguments
- project
An annot_project.
- img
An annot_image; the project's image by default.
- layer
Optional layer filter.
- call
The calling environment, for error reporting.
Value
A ggplot2::ggplot object with the image and ROI outlines.
See also
Other plots:
at_plot(),
at_plot_image(),
at_plot_mask(),
at_plot_project(),
at_plot_spectrum(),
at_plot_summary()
Examples
at_plot_overlay(at_example_project())