transformation_matrix: Transformation matrix, 2D or 3D depending on data and...

View source: R/transformation_matrix.R

transformation_matrixR Documentation

Transformation matrix, 2D or 3D depending on data and transformation type

Description

Transformation matrix, 2D or 3D depending on data and transformation type

Arguments

object

tridim_transformation object

summary

Whether summary statistics should be returned instead of raw sample values. Defaults to TRUE

Value

matrix 3x3 for 2D transformation or matrix 4x4 for 3D transformation

Examples

euc2 <- fit_transformation(depV1+depV2~indepV1+indepV2,
                           data = NakayaData,
                           transformation = 'euclidean')
transformation_matrix(euc2)

TriDimRegression documentation built on Sept. 13, 2023, 5:07 p.m.