Description Usage Arguments Value
View source: R/antennaNeighbours.R
Computes a list of pairs antennaID1-antennaID2 with neighbouring antennas. Two antennas are considered neighbours if their coverage areas overlap (i.e. their intersection is not void).
1 | antennaNeighbours(coverarea)
|
coverarea |
a data.table object with two columns: |
A data.table object with a single column called nei
. Each element of this column is a pair of the form
antennaID1-antennaID2 where the two antennas are considered neighbours.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.