bdm.wtt.plot {bigMap} | R Documentation |
Plot WTT (clustering)
Description
Plot WTT (clustering)
Usage
bdm.wtt.plot(bdm, pakde.pltt = NULL, pakde.lvls = 16, wtt.lwd = 1,
plot.peaks = T, labels.cex = 1, layer = 1)
Arguments
bdm |
A bdm instance as generated by |
pakde.pltt |
A colour palette to show levels in the paKDE plot. By default ( |
pakde.lvls |
The number of levels of the density heat-map (16 by default). |
wtt.lwd |
The width of the watertrack lines (as set in |
plot.peaks |
Logical value (TRUE by default). If set to TRUE and the up-stream step |
labels.cex |
If plot.peaks is TRUE, the size of the labels of the clusters (as set in |
layer |
The bdm$ptsne layer to be used (default value is |
Value
None.
Examples
bdm.example()
exMap <- bdm.wtt.plot(exMap)
[Package bigMap version 2.3.1 Index]