powered by
Returns a vector of vertex ids that are immediately adjacent to a given vertex.
adjacent(st, vertices)
a simplex tree.
vertex ids.
# NOT RUN { st <- simplex_tree(1:3) st %>% adjacent(2) # 1 3 # }
Run the code above in your browser using DataLab