powered by
## S3 method for class 'networkDynamic': print(x, ...)
print.network
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)
Run the code above in your browser using DataLab