as.igraph.group_tna {tna} | R Documentation |
Coerce a Specific Group from a group_tna
Object into an igraph
Object.
Description
Coerce a Specific Group from a group_tna
Object into an igraph
Object.
Usage
## S3 method for class 'group_tna'
as.igraph(x, which, ...)
Arguments
x |
The object to convert. |
which |
The number or name of the group. |
... |
Additional arguments. None currently. |
Value
An igraph
object.
See Also
Helper functions
as.igraph.matrix()
,
as.igraph.tna()
[Package tna version 1.0.0 Index]