shape {multivarious} | R Documentation |
Shape of the Projector
Description
Get the input/output shape of the projector.
Usage
shape(x, ...)
Arguments
x |
The model fit. |
... |
Extra arguments. |
Details
This function retrieves the dimensions of the sample loadings matrix v
in the form of a vector with two elements.
The first element is the number of rows in the v
matrix, and the second element is the number of columns.
Value
A vector containing the dimensions of the sample loadings matrix v
(number of rows and columns).
[Package multivarious version 0.2.0 Index]