Skip to contents

Pairwise ROI overlaps within a layer

Usage

at_rois_overlap(layer, call = rlang::caller_env())

Arguments

layer

An annot_layer.

call

The calling environment, for error reporting.

Value

A tibble::tibble with columns id_a, id_b (character), overlap_px (double, level-0 pixels), and jaccard (double). A 0-row tibble with these columns when no ROIs overlap.