rotationMatrixToX1: Creates a rotation matrix to map a vector x to [1 0 0 ... 0]

View source: R/pcv.R

rotationMatrixToX1R Documentation

Creates a rotation matrix to map a vector x to [1 0 0 ... 0]

Description

Creates a rotation matrix to map a vector x to [1 0 0 ... 0]

Usage

rotationMatrixToX1(x)

Arguments

x

Vector (sequence with J coordinates)

Value

Rotation matrix (JxJ)


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