remove_vertices | R Documentation |
Remove vertices from a graph
remove_vertices(x, vertices, ...) ## S3 method for class 'datagraph' remove_vertex(x, vertex, ...) ## S3 method for class 'character' remove_vertex(x, graph) ## S3 method for class 'datagraph' remove_vertices(x, vertices, ...)
x |
see the S3 methods |
vertices |
vertex ids |
... |
passed to individual methods |
vertex |
vertex id |
graph |
datagraph object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.