getCoords | R Documentation |
Extract coordinates from fit
getCoords(fit, modelname, rownames, d = "", source = "tsne")
fit |
Dimensionality reduction result; output from |
modelname |
Name of the model, for the names of the columns |
rownames |
List of names for the rows |
d |
Output from previous run or, if it's the first run, empty string. |
source |
Technique used in dimensionality reduction: either "mds"
for output from |
a tibble with the coordinates of each element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.