check_edge_type | R Documentation |
Check if edge object could be in given format
is.edgeMatrix(object, n, checknm = TRUE)
is.eList(object, n, checknm = TRUE)
is.adjMatrix(object, n, checknm = TRUE)
is.adjList(object, n, checknm = TRUE)
object |
item of purported type |
n |
(optionally) number of vertices in graph |
checknm |
logical: use class of object to determine answer? |
is.edgeMatrix()
: check if could be edgeMatrix
is.eList()
: check if could be eList
is.adjMatrix()
: check if could be adjMatrix
is.adjList()
: check if could be adjList
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.