bdm.pMap: Precision map (quantile map of betas)

View source: R/bdm_qMap.R

bdm.pMapR Documentation

Precision map (quantile map of betas)

Description

Precision map (quantile map of betas)

Usage

bdm.pMap(
  bdm,
  pMap.levels = 8,
  pMap.cex = 0.1,
  pMap.bg = "#000000",
  colorbar = T
)

Arguments

bdm

A bdm instance as generated by bdm.init().

pMap.levels

The number of levels of the quantile-map (8 by default).

pMap.cex

The size of the data-points (as in par()). Default value is ptsne.cex = 0.1.

pMap.bg

The background colour of the qMap plot. Default value is ptsne.bg = #FFFFFF (white).

colorbar

A logical value (TRUE by default). FALSE hides the side colorbar.

Value

None.

Examples


bdm.example()
bdm.pMap(ex$map)

jgarriga65/bigMap documentation built on June 10, 2024, 7:05 a.m.