map_mob_cells: Low-level level to visualize mobile phone cells and auxiliary...

View source: R/map.R

map_mob_cellsR Documentation

Low-level level to visualize mobile phone cells and auxiliary data

Description

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.

Usage

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(),
  ...
)

Arguments

cp

cellplan

rst

raster data

var

if specified, title and palette are specified accordingly. Possible values: "dBm", "s", "pga", "pag", "pg", "p", "bsm".

title

title

palette

palette The default depend is taken from the settings

cells

cells to select

region

borders (polygon) of the region of interest

dev

sf object of device(s)

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 tm_raster


MobilePhoneESSnetBigData/mobvis documentation built on Feb. 3, 2024, 2:49 p.m.