Description Usage Arguments Value Examples
View source: R/compose_transform.R
This function multiplies out a list of matrices and/or vectors, yielding the composition of the transformations.
1 | compose_trans(mats)
|
mats |
A list of matrices and/or vectors that can be multiplied in the conventional order, i.e., A(B(C)). Each matrix must have as many columns as the matrix to its right has rows, per the conventional definition of matrix multiplication. Vectors may also be included in the sequence, assuming they obey the above constraint. |
The composition of the transformations (i.e., the product of multiplying the matrices in order)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.