getEmbeddingDf | R Documentation |
DimRed
embeddingExtracts the dimensional reduction embedding in form of a data.frame. Naming of the variables corresponds to the chosen method.
getEmbeddingDf(object, ...)
## S4 method for signature 'DimRed'
getEmbeddingDf(
object,
method_dimred = "pca",
numeric = FALSE,
numeric_scaled = FALSE,
grouping = FALSE,
logical = FALSE,
complete = FALSE,
shift = FALSE
)
## S4 method for signature 'Analysis'
getEmbeddingDf(
object,
method_dimred = "pca",
numeric = FALSE,
numeric_scaled = FALSE,
grouping = FALSE,
logical = FALSE,
complete = FALSE,
shift = FALSE
)
object |
Any object for whose class a method has been defined. |
A data.frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.