as.igraph.tna {tna}R Documentation

Coerce a tna Object into an igraph Object.

Description

Coerce a tna Object into an igraph Object.

Usage

## S3 method for class 'tna'
as.igraph(x, mode = "directed", ...)

Arguments

x

A tna object.

mode

Character scalar, specifies how igraph should interpret the supplied matrix. See also the weighted argument, the interpretation depends on that too. Possible values are: directed, undirected, upper, lower, max, min, plus. See details below.

...

Ignored.

Value

An igraph object.

See Also

Helper functions as.igraph.group_tna(), as.igraph.matrix()


[Package tna version 1.0.0 Index]