map_mob_cells | R Documentation |
Visualize mobile phone cells and auxiliary data, such as signal strength, location estimation variables. This function is used in explore_mobloc
, and also by dedicated functions such as map_sig_strength
.
map_mob_cells(
cp,
rst,
var = NULL,
title = NA,
palette = NA,
cells = character(),
region = NULL,
dev = NULL,
interactive = TRUE,
opacity = 1,
proxy = FALSE,
settings = mobvis_settings(),
...
)
cp |
cellplan |
rst |
raster data |
var |
if specified, |
title |
title |
palette |
palette The default depend is taken from the |
cells |
cells to select |
region |
borders (polygon) of the region of interest |
dev |
|
interactive |
should the map be interactive or static? |
opacity |
the opacity of the raster layer. |
proxy |
should the map be updated in a Shiny app? |
settings |
mobvis settings |
... |
arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.