Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.networkDynamic

Provide a view of a networkDynamic object including timing information


Description

Prints out some very basic descriptive stats about the network's dynamics, and the the normal information printed for network objects.

Usage

## S3 method for class 'networkDynamic'
print(x, ...)

Arguments

x

an object of class networkDynamic including dynamic relational information

...

Details

Prints some info about the number of time events in a networkDynamic object, then calls print.network

Value

Returns the networkDynamic object passed to the function.

Note

Only prints out the network information without any dynamic data.

Author(s)

Pavel

See Also

Examples

library(networkDynamic)
  data(flo)
  net1 <- network(flo)
  activate.edges(net1, onset=1:20, terminus=101:120)
  activate.vertices(net1, at=seq(2,32,2))
  print(net1)

networkDynamic

Dynamic Extensions for Network Objects

v0.10.1
GPL-3
Authors
Carter T. Butts [aut], Ayn Leslie-Cook [aut], Pavel N. Krivitsky [aut], Skye Bender-deMoll [aut, cre], Zack Almquist [ctb], David R. Hunter [ctb], Li Wang [ctb], Kirk Li [ctb], Steven M. Goodreau [ctb], Jeffrey Horner [ctb], Martina Morris [ctb]
Initial release
2020-01-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.