map_functions: Map signal strength (dBm), signal dominance (s), prior (pg),...

map_sig_strengthR Documentation

Map signal strength (dBm), signal dominance (s), prior (pg), likelihood (pag), posterior (pga), and any other probability (p).

Description

Map signal strength (dBm), signal dominance (s), prior (pg), likelihood (pag), posterior (pga) and any other probability (p). See the vignettes to see how there are used with the mobloc package and the simulator files.

Usage

map_sig_strength(
  rst,
  dt,
  cp,
  cells = NA,
  region = NULL,
  dev = NULL,
  type = c("dBm", "s"),
  interactive = TRUE,
  title = NA,
  settings = mobvis_settings(),
  ...
)

map_best_server(
  rst,
  dt,
  cp,
  cells = NA,
  region = NULL,
  dev = NULL,
  interactive = TRUE,
  title = NA,
  settings = mobvis_settings(),
  ...
)

map_pg(
  rst,
  cp,
  region = NULL,
  dev = NULL,
  interactive = TRUE,
  title = NA,
  settings = mobvis_settings(),
  ...
)

map_p(
  rst,
  dt,
  cp,
  cells = NA,
  region = NULL,
  dev = NULL,
  interactive = TRUE,
  title = NA,
  settings = mobvis_settings(),
  ...
)

map_pag(
  rst,
  dt,
  cp,
  cells = NA,
  region = NULL,
  dev = NULL,
  interactive = TRUE,
  title = NA,
  settings = mobvis_settings(),
  ...
)

map_pga(
  rst,
  dt,
  cp,
  cells = NA,
  region = NULL,
  dev = NULL,
  interactive = TRUE,
  title = NA,
  settings = mobvis_settings(),
  ...
)

Arguments

rst

raster object

dt

dt data.table that contains the data to be mapped

cp

cellplan sf object of the cells

cells

cells cells for which the data is shown

region

region sf object that contains the borders of the region. If omitted, the raster borders are shown.

dev

dev sf object of the location of one or more devices (needed for the animation functions)

type

type "dBm" for signal strength or "s" for signal dominance

interactive

should the map be interactive?

title

title of the map. The default value is stored in the settings.

settings

settings of the map. See mobvis_settings.

...

arguments passed on to tm_raster


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