get_graph: Select Graph from a 'dynnet' Object

Description Usage Arguments Details Value Author(s)

View source: R/dynnet.R

Description

Returns an igraph graph or list of graphs composing the dynamic network.

Usage

1
get_graph(object, period = NULL)

Arguments

object

dynnet object

period

Integer, numeric, or NULL indicating which graph to or set of graphs to return. See Details.

Details

If period is NULL, a list of all graphs in the specified object is returned. If an integer is provided, then the graph associated with that period is returned. Supplying a vector of integers will return a list of the specified graphs.

Value

An igraph graph or the list of graphs.

Author(s)

Jason W. Morgan jason.w.morgan@gmail.com


jason-morgan/dynnet documentation built on May 18, 2019, 4:53 p.m.