readSimulationParams: Reads the parameters of the simulation used to generate a...

Description Usage Arguments Value

View source: R/readSimulationParams.R

Description

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.

Usage

1
readSimulationParams(simFileName)

Arguments

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.

Value

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.


bogdanoancea/deduplication documentation built on Dec. 2, 2020, 11:22 p.m.