proj_vector: Function computes the projection of a vector onto another...

View source: R/proj_vector.R

proj_vectorR Documentation

Function computes the projection of a vector onto another vector

Description

Function returns the vector coordinates of a vector projected onto another vector.

Usage

proj_vector(x, v)

Arguments

x

A numeric vector that is to be projected onto v

v

A numeric vector

Value

The coordinates of a projected vector onto another vector..

Author(s)

Rick Dean


deandevl/RmatrixPkg documentation built on March 11, 2023, 2:39 a.m.