Description Usage Arguments Value
View source: R/getConnections.R
Builds a matrix object containing the IDs of the antennas to
which devices are connected. The number of rows equals the number of devices
and the number of columns equals the number of time instants when the network
events were recorded. An element [i,j]
in the returned matrix equals
the ID of the antenna where the mobile device with index i
in the
ordered list of device IDs (returned by getDeviceIDs()
) is connected
at the time instant with index j
in the sequence of time instants
when the network events were recorded.
1 | getConnections(events)
|
events |
A data.table object returned by |
A matrix object with the antenna IDs where devices are connected for every time instants in the events file. If a device is not connected to any antenna at a time instant, the corresponding element in the matrix will have the value NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.