getR: Creates rotation matrix to map a set vectors 'base1' to a set...

View source: R/pcv.R

getRR Documentation

Creates rotation matrix to map a set vectors base1 to a set of vectors base2.

Description

In both sets vectors should be orthonormal.

Usage

getR(base1, base2)

Arguments

base1

Matrix (JxA) with A orthonormal vectors as columns to be rotated (A <= J)

base2

Matrix (JxA) with A orthonormal vectors as columns, base1 should be aligned with

Value

Rotation matrix (JxJ)


pcv documentation built on Aug. 13, 2023, 1:07 a.m.

Related to getR in pcv...