Nodes for arc-node topology.
Nodes are the vertices in the graph that are shared by "arcs".
sc_node(x, ...) ## S3 method for class 'SC' sc_node(x, ...) ## S3 method for class 'SC0' sc_node(x, ...) ## Default S3 method: sc_node(x, ...) ## S3 method for class 'PATH' sc_node(x, ...) ## S3 method for class 'ARC' sc_node(x, ...)
x |
input object |
... |
arguments for methods |
data frame of the nodes
sc_node(ARC(minimal_mesh)) sc <- SC(routes) library(dplyr) plot(sc) sc_node(sc) %>% inner_join(sc$vertex) %>% select(x_, y_) %>% points()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.