Description Usage Arguments Value
View source: R/adjacency_mode_tools.R
Make Adjacency fit the selected mode Internal use.
| 1 2 3 4 | apply_mode(
  raw.scanList,
  mode = c("directed", "undirected", "max", "min", "upper", "lower", "plus", "vector")
)
 | 
| raw.scanList | a list of (directed by default) binary adjacency matrix, pre-theoretical, to
which the chosen  | 
| mode | Character scalar, specifies how igraph should interpret the supplied matrix. Default
here is directed. Possible values are: directed, undirected, upper, lower, max, min, plus.
Added vector too. See details
 | 
an list of adjacency matrix fitting the chosen mode is to be applied
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.