Description Usage Arguments Value Author(s) Examples
Checks if an object os of class 'graph'
1 | is.graph(g)
|
g |
object |
Returns TRUE/FALSE
Filippo Monari
1 2 3 4 | modello.init(10, 10, 10, 10)
g = graph.open()
is.graph(g) # TRUE
modello.close()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.