bdm.ptsne.plot {bigMap} | R Documentation |
Plot ptSNE (low-dimensional embedding)
bdm.ptsne.plot(bdm, ptsne.cex = 0.5, ptsne.bg = "#FFFFFF",
class.pltt = NULL, layer = 1)
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 |
None.
bdm.example()
exMap <- bdm.ptsne.plot(exMap)