example_igraph: Build an Example '<igraph>'

Description Usage Arguments Examples

View source: R/example-structures.R

Description

Build an Example <igraph>

Usage

1
example_igraph(directed = FALSE, loops = FALSE)

Arguments

directed

logical(1L), default: FALSE

loops

logical(1L), default: FALSE

Examples

1
2
3
4
5
6
7
example_igraph()

example_igraph(directed = TRUE)

example_igraph(loops = TRUE)

example_igraph(directed = TRUE, loops = TRUE)

knapply/snatools documentation built on Oct. 22, 2019, 12:05 p.m.