Description Usage Arguments Value
View source: R/readSimulationParams.R
Reads the parameters of the simulation used to generate a data set from an .xml file used by the simulation software. The following parameters are needed by this package: the connection threshold which is the minimum signal strength/quality that can be used by a mobile device to connect to an antenna and the probability of having a two mobile devices.
1 | readSimulationParams(simFileName)
|
simFileName |
The name of the file used to define a simulation scenario. It is the file that was provided as an input for the simulation software. |
A list with all the parameters read from the file: start_time
,
end_time
, time_increment
, time_stay
,
interval_between_stays
, prob_sec_mobile_phone
,
conn_threshold
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.