projection: Orthogonal projection to a linear subspace.

Description Usage Arguments

Description

This function calculates the orthogonal projection of a point (cloud) in a Euclidean space to a linear subspace.

Usage

1
projection(cloud, subspace, type = "affine", ...)

Arguments

cloud

An m-by-n matrix of coordinates for m points in n-dimensional space.

subspace

An k-by-n matrix of coordinates spanning the k-dimensional linear subspace or (k - 1)-dimensional affine subspace.

type

Whether to interpret h as an affine or a linear subspace. Defaults to "affine".


corybrunson/cloud documentation built on May 13, 2019, 10:51 p.m.