Description Usage Arguments Author(s)
View source: R/cleaning_and_structuring_tools.R
to_one_mode
takes in an igraph
object, tests if bipartite,
and proceeds to project the network. This evaluation can be also conducted on
one-mode networks, yet no action will occur.'
1 | to_one_mode(g, project = "rows")
|
g, |
An |
project, |
Projection type for igraph to extract. "rows" will extract a one-mode matrix of rows-to-rows, while "columns" will extract a one-mode matrix of colums-to-columns. |
Christopher Callaghan, cjcallag@nps.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.