graph-coerce-api | R Documentation |
API for coercing graph representations.
g_dm2sm_(object)
g_dm2ig_(object)
g_sm2dm_(object)
g_sm2ig_(object)
g_ig2dm_(object)
g_ig2sm_(object)
g_xm2ig_(object)
g_xm2dm_(object)
g_xm2sm_(object)
g_xm2xm_(object, result = "matrix")
object |
An object representing a graph |
result |
Either 'matrix' (dense) or 'dgCMatrix' (sparse, can be abbreviated to 'Matrix'). |
No checking is made. In the function the following names are used:
"ig": "igraph";
"sm": "dgCMatrix" (sparse matrix);
"dm": "matrix" (dense matrix)
Søren Højsgaard, sorenh@math.aau.dk
ug
, dag
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.