View source: R/read.gatingML.cytobank.R
matchPath | R Documentation |
Given the leaf node, try to find out if a collection of nodes can be matched to a path in a graph(tree) by the bottom-up searching
matchPath(g, leaf, nodeSet)
g |
graphNEL |
leaf |
the name of leaf(terminal) node |
nodeSet |
a set of node names |
TRUE if path is found, FALSE if not path is matched.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.