map_sig_strength | R Documentation |
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.
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(),
...
)
rst |
raster object |
dt |
dt data.table that contains the data to be mapped |
cp |
cellplan |
cells |
cells cells for which the data is shown |
region |
region |
dev |
dev |
type |
type |
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 |
... |
arguments passed on to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.