bdm.pakde.plot: Plot paKDE (density landscape)

View source: R/bdm_plot.R

bdm.pakde.plotR Documentation

Plot paKDE (density landscape)

Description

Plot paKDE (density landscape)

Usage

bdm.pakde.plot(bdm, pakde.pltt = NULL, pakde.lvls = 16, layer = 1)

Arguments

bdm

A bdm instance as generated by bdm.init() or a list of them to make a comparative plot.

pakde.pltt

A colour palette to show levels in the paKDE plot. By default (pakde.pltt = NULL) the default palette is used.

pakde.lvls

The number of levels of the density heat-map (16 by default).

layer

The bdm$ptsne layer to be used (default value is layer = 1).

Value

None.

Examples


bdm.example()
m <- bdm.pakde.plot(ex$map)

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