View source: R/transformation_matrix.R
transformation_matrix | R Documentation |
Transformation matrix, 2D or 3D depending on data and transformation type
object |
tridim_transformation object |
summary |
Whether summary statistics should be returned instead of
raw sample values. Defaults to |
matrix 3x3 for 2D transformation or matrix 4x4 for 3D transformation
euc2 <- fit_transformation(depV1+depV2~indepV1+indepV2,
data = NakayaData,
transformation = 'euclidean')
transformation_matrix(euc2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.