View source: R/data_handling.r
| aggr_data | R Documentation |
convert individual event information to aggregated information per network node
aggr_data(dat, from = NULL, cumsum = TRUE)
dat |
|
from |
character in |
cumsum |
logical indicating whether data is aggregated by cumulative sum, default is |
data.frame of dimension (TxK), where T is the number of observation times and K the number of network nodes. Thus, each row represents a snapshot of the spreading process at a specific observation time with the event magnitude observed at the network nodes. Rownames are observation times, colnames are node names.
Other data_handling:
read_DB_data()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.