Skip to contents

Creates a tile plot showing modality coverage per patient and session, with optional artifact grade overlay.

Usage

plot_coverage(registry)

Arguments

registry

Data frame. Validated registry.

Value

A ggplot2 object.

Examples

if (FALSE) { # \dontrun{
plot_coverage(registry)
} # }