tnetwork.DynGraphSN.snapshots

DynGraphSN.snapshots(t=None)[source]

Return all snapshots or a particular one

Default: return a sorted dictionary, key: the time information, value: a networkx graph. If t is provided, return graph at that particular time

Parameters:t – the time of the snapshot to return
Returns: