is_simplegraph {simplegraph} | R Documentation |
Check if object is a simplegraph
Description
This is currently used for internal assertions
Usage
is_simplegraph(x)
Arguments
x |
An R object. |
Value
TRUE if x
is a simplegraph
object. FALSE
otherwise.
[Package simplegraph version 1.0.1 Index]