Description Usage Arguments Examples
Returns a vector of vertex ids that are immediately adjacent to a given vertex.
1 | adjacent(st, vertices)
|
st |
a simplex tree. |
vertices |
vertex ids. |
1 2 3 | st <- simplex_tree(1:3)
st %>% adjacent(2)
# 1 3
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.