Extract coordinates from fit
Arguments
- fit
Dimensionality reduction result; output from
getFit
- 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
metaMDS
, "tsne" forRtsne
, "umap" forumap
. (it matchestechnique
fromgetFit
).
Value
a tibble with the coordinates of each element.