get_width {segmenter} | R Documentation |
Get the width of the segments in each cell type
get_width(segments, average = FALSE)
segments |
A |
average |
A logical. Whether the width should be averaged across cells. |
A data.frame
get_width(segment(test_obj)) get_width(segment(test_obj), average = TRUE)