Learn R Programming

tna (version 0.4.0)

as.igraph.group_tna: Coerce a specific group from a group_tna object to an igraph object.

Description

Coerce a specific group from a group_tna object to an igraph object.

Usage

# S3 method for group_tna
as.igraph(x, which, ...)

Value

An igraph object.

Arguments

x

The object to convert.

which

The number or name of the group.

...

Additional arguments. None currently.