QR: QR-decomposition

Description Usage Arguments Value Author(s) Examples

View source: R/QR.R

Description

Function that performs a QR decomposition on a square matrix.

Usage

1
QR(X)

Arguments

X

Square matrix (nxn)

Value

Q

Orientation matrix

R

Configuration matrix

Author(s)

Guro Dorum

Examples

1
2
3
4
5
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.

## The function is currently defined as

GSEArot documentation built on May 2, 2019, 4:56 p.m.