Skip to contents

This function collects all markers used in a gating tree.

Usage

collect_markers(tree)

Arguments

tree

The gating tree structure.

Value

A vector of unique markers used in the tree.

Examples

if (FALSE) { # \dontrun{
collect_markers(tree)
} # }