# NOT RUN {
# look at the distributions of edge durations for
# a real-world contact network
# }
# NOT RUN {
require(networkDynamicData)
data(hospital_contact)
summary(edgeDuration(hospital,subject='edges'))
summary(edgeDuration(hospital,mode='counts',subject='edges'))
# }
# NOT RUN {
# look at the vertex durations for a network were
# vertices are not present every day
require(networkDynamic)
data(windsurfers)
vertexDuration(windsurfers)
# }
Run the code above in your browser using DataLab