UMAPCoords: Add UMAP-based coordinates to a map
Description
Add UMAP-based coordinates to a map
Usage
UMAPCoords(dim = NULL, UMAPFn = NULL)
Value
a function that transforms the map, usable as coordsFn
parameter
Arguments
- dim
Dimension of the result (passed to UMAPFn
as n_components
)
- UMAPFn
UMAP function to run (default umap::umap configured by umap::umap.defaults)