[.DimReduc | R Documentation |
Pull feature loadings from a dimensional reduction
## S3 method for class 'DimReduc'
x[i, j, drop = FALSE, ...]
x |
A |
i |
Feature identifiers or indices |
j |
Dimension identifiers or indices |
drop |
Coerce the result to the lowest possible dimension; see
|
... |
Arguments passed to other methods |
[
does not distinguish between projected and unprojected feature
loadings; to select whether projected or unprojected loadings should be
pulled, please use Loadings
Feature loadings for features i
and dimensions j
Loadings
Dimensional reduction object, validity, and interaction methods
CreateDimReducObject()
,
DimReduc-class
,
DimReduc-validity
,
[[.DimReduc()
,
dim.DimReduc()
,
merge.DimReduc()
,
print.DimReduc()
,
subset.DimReduc()
pca <- pbmc_small[["pca"]]
pca[1:10, 1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.