Description Usage Arguments Value
Reads the network events file. This file can come from the network simulator or it ca be a file with real mobile network events provided by an MNO.
1 | readEvents(eventsFileName, simulatedData = TRUE)
|
eventsFileName |
The name of the file with the network events to be used.
Depending on the parameter |
simulatedData |
If TRUE it means that the input data are simulated data, otherwise the data come from a real MNO. |
Returns a data.table object that contains the events generated by
the mobile network. The number of rows equals the number of connection events
recorded by the network. The returned object has the following columns:
time, deviceID, eventCode, antennaID, x, y, tile, obsVar
.
obsVar
stands for observed variable and is a concatenation between the
antenna ID and the event code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.