| count_possible_edges | R Documentation |
Across all cascades, count the edges that are possible. An edge from node
u to node v
is only possible if in at least one cascade u experienced an event
before v.
count_possible_edges(cascades)
cascades |
Object of class cascade containing the data. |
An integer count.
data(cascades)
count_possible_edges(cascades)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.