bdm.ptsne.plot {bigMap} | R Documentation |
Plot ptSNE (low-dimensional embedding)
Description
Plot ptSNE (low-dimensional embedding)
Usage
bdm.ptsne.plot(bdm, ptsne.cex = 0.5, ptsne.bg = "#FFFFFF",
class.pltt = NULL, layer = 1)
Arguments
bdm |
A bdm instance as generated by |
ptsne.cex |
The size of the mapped data-points in the ptSNE plot. Default value is |
ptsne.bg |
The background colour of the ptSNE plot. Default value is |
class.pltt |
A colour palette to show class labels in the ptSNE plot. If |
layer |
The bdm$ptsne layer to be used (default value is |
Value
None.
Examples
bdm.example()
exMap <- bdm.ptsne.plot(exMap)
[Package bigMap version 2.3.1 Index]