plotnetworkslices: Plots a time-aggregated network

plotnetworkslicesR Documentation

Plots a time-aggregated network

Description

-

Usage

plotnetworkslices(slices, timedeltas, ...)

Arguments

slices

A list of n time-aggregated networks

timedeltas

A n x 2 matrix describing the start and stop times for each time-aggregated network

...

Other arguments to be passed to igraph's plotting functionality

Value

None; used for its side effect of producing a plot.

Author(s)

Benjamin Blonder bblonder@email.arizona.edu.

See Also

plotnetworkslices, generatetimedeltas, generatetimelags~~~

Examples

data(ants)
allindivs <- c(union(ants$VertexFrom, ants$VertexTo), "NULL1", "NULL2")
g <- generatetonetwork(ants, allindivs)
td100 <- generatetimedeltas(0,1500,100)
ns100 <- generatenetworkslices(g, td100)
plotnetworkslices(ns100, td100)

bblonder/timeordered documentation built on Aug. 29, 2023, 9:15 a.m.