is.graph: Is Graph

Description Usage Arguments Value Author(s) Examples

Description

Checks if an object os of class 'graph'

Usage

1

Arguments

g

object

Value

Returns TRUE/FALSE

Author(s)

Filippo Monari

Examples

1
2
3
4
modello.init(10, 10, 10, 10)
g = graph.open()
is.graph(g) # TRUE
modello.close()

modello documentation built on Feb. 2, 2021, 9:06 a.m.

Related to is.graph in modello...