View source: R/structural.properties.R
induced.subgraph | R Documentation |
induced.subgraph()
was renamed to induced_subgraph()
to create a more
consistent API.
induced.subgraph(
graph,
vids,
impl = c("auto", "copy_and_delete", "create_from_scratch")
)
graph |
The original graph. |
vids |
Numeric vector, the vertices of the original graph which will form the subgraph. |
impl |
Character scalar, to choose between two implementation of the
subgraph calculation. ‘ |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.