orthonormalise_by {tourr}R Documentation

Orthonormalise one matrix by another.

Description

This ensures that each column in x is orthogonal to the corresponding column in by.

Usage

orthonormalise_by(x, by)

Arguments

x

numeric matrix

by

numeric matrix, same size as x

Value

orthonormal numeric matrix


[Package tourr version 1.2.0 Index]