createEM: Creates the events matrix.

Description Usage Arguments Value

View source: R/createEM.R

Description

Creates the events matrix for a rectangular grid according to the location of the towers and the S function.

Usage

1
createEM(size, towers, S)

Arguments

size

The number of rows and columns in the grid.

towers

The towers(antenna) positions. This parameter is a matrix with two rows and the number of columns equals to the number of antennas. On the first row we have the X coordinate of the towers and on the secnd row the Y coordinate.

S

A function to compute the signal strength.

Value

The events matrix.


MobilePhoneESSnetBigData/destim documentation built on Dec. 7, 2020, 7:35 p.m.