dilation | R Documentation |
dilation
returns dilation or scale factor,
such that || factor * source - target ||^2_weights is minimal.
dilation(source, weights = NULL, target = NULL, error.check = FALSE)
source |
n x m source matrix |
weights |
weights matrix, size n |
target |
if NULL: rotate source to principal axes; otherwise: rotate source to n x m target |
error.check |
extensive check validity input parameters (default = FALSE). |
dilation factor
Frank M.T.A. Busing
Gower (1968). Commandeur (1991)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.