aggr_data {NetOrigin} | R Documentation |
convert individual event information to aggregated information per network node
Description
convert individual event information to aggregated information per network node
Usage
aggr_data(dat, from = NULL, cumsum = TRUE)
Arguments
dat |
|
from |
character in |
cumsum |
logical indicating whether data is aggregated by cumulative sum, default is |
Value
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.
See Also
Other data_handling:
read_DB_data()
[Package NetOrigin version 1.1-6 Index]