graph-coerce-api.Rd
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")
No checking is made. In the function the following names are used:
"ig": "igraph";
"gn": "graphNEL";
"sm": "dgCMatrix" (sparse matrix);
"dm": "matrix" (dense matrix)