is_metanet {MetaNet} | R Documentation |
Is this object a metanet object?
Description
Is this object a metanet object?
Usage
is_metanet(go)
Arguments
go |
a test object |
Value
logical
See Also
Other manipulate:
anno_edge()
,
anno_vertex()
,
c_net_annotate()
,
c_net_filter()
,
c_net_save()
,
c_net_union()
,
get_e()
,
get_n()
,
get_v()
Examples
data(c_net)
is_metanet(co_net)
[Package MetaNet version 0.1.2 Index]