bdm.wtt.plot | R Documentation |
Plot WTT (clustering)
bdm.wtt.plot(
bdm,
pakde.pltt = NULL,
pakde.lvls = 16,
wtt.lwd = 1,
plot.peaks = T,
labels.cex = 1,
layer = 1
)
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 |
None.
bdm.example()
m <- bdm.wtt.plot(ex$map)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.