Learn R Programming

NetworkInference (version 1.2.5)

cascades: Example cascades

Description

An example dataset of 31 nodes and 54 cascades. From the original netinf implementation in SNAP.

Usage

data(cascades)

Arguments

Format

An object of class cascade containing 4 objects

node_names

Character node names

cascade_nodes

A list of integer vectors. Each containing the names of the nodes infected in this cascades in the order of infection

cascade_times

A list of numeric vectors. Each containing the infection times for the corresponding nodes in cascade_nodes