Description Usage Arguments Value
View source: R/distance_coverArea.R
This function obtains the number of tiles that are between two cover areas by taking into account that a tile has signal from an antenna in the center of the tile has signal.
1 | distance_coverArea(from, to, emissionProbs, centroidCoord.dt, tile_size)
|
from |
The antenna from which the device is going. It has to correspond to
the name of a column in |
to |
The antenna to which the device is going. It has to correspond to the name of a column in emissionProbs. |
emissionProbs |
The matrix of emission probabilities. |
centroidCoord.dt |
A data.table with the information about the coordinates
of the center of the tiles (rastercells). The required columns are: |
tile_size |
The size of each tile in meters. |
A numeric value with the number of tiles between the two cover areas.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.