geom_region_label {ggbrain} | R Documentation |
Variant of geom_label used for plotting region labels on slices
Description
Variant of geom_label used for plotting region labels on slices
Usage
geom_region_label(image, label_column = "label", min_px = 1L, ...)
Arguments
image |
The name of the image within the underlying ggbrain_slices object that contains the labeled data positions |
label_column |
The column name name for the labels to use within the slice data |
min_px |
The minimum number of pixels present on a slice that will result in a text label. Default: 1 |
... |
All other parameters passed through to geom_label |
Value
a ggb
object with the relevant ggbrain_label field and an action of "add_region_labels"
[Package ggbrain version 0.8.1 Index]