Learn R Programming

modello (version 0.1.1)

is.graph: Is Graph

Description

Checks if an object os of class 'graph'

Usage

is.graph(g)

Arguments

g

object

Value

Returns TRUE/FALSE

Examples

Run this code
# NOT RUN {
modello.init(10, 10, 10, 10)
g = graph.open()
is.graph(g) # TRUE
modello.close()
# }

Run the code above in your browser using DataLab