vectorProjection: Computes the vector projection of vector 'a' onto vector 'b',...

View source: R/expression_funks.R

vectorProjectionR Documentation

Computes the vector projection of vector a onto vector b, i.e. the vector-segment of b 'overshadowed' by a. See en.wikipedia.org/wiki/Vector_projection

Description

Computes the vector projection of vector a onto vector b, i.e. the vector-segment of b 'overshadowed' by a. See en.wikipedia.org/wiki/Vector_projection

Usage

vectorProjection(a, b)

Arguments

a

numerical representing first vector

b

numerical representing second vector

Value

The vector resulting from projecting vector a upon vector b.


asishallab/GeneFamilies documentation built on May 22, 2023, 11:30 a.m.