orthogonal: Orthogonal Basis

Description Usage Arguments Details Examples

Description

Obtain an orthogonal basis for a given matrix.

Usage

1

Arguments

x

a numeric matrix

Details

This functions is based on the Q matrix from the QR decomposition (see qr)

Examples

1
2
3
4
5
A = matrix(rnorm(35), 7, 5)
orthogonal(A)

B = cbind(1:10, 11:20, 31:40)
orthogonal(B)

gastonstat/matrixkit documentation built on May 16, 2019, 5:45 p.m.