uwotCoords {EmbedSOM} | R Documentation |
Add UMAP-based coordinates to a map, using the 'uwot' package
Description
Add UMAP-based coordinates to a map, using the 'uwot' package
Usage
uwotCoords(dim = NULL, uwotFn = uwot::umap, ...)
Arguments
dim |
Dimension of the result (passed to |
uwotFn |
UMAP function to run (default uwot::umap) |
... |
passed to |
Value
a function that transforms the map, usable as coordsFn
parameter
[Package EmbedSOM version 2.1.2 Index]