View source: R/expression_funks.R
| vectorProjection | R Documentation |
a onto vector b, i.e.
the vector-segment of b 'overshadowed' by a. See
en.wikipedia.org/wiki/Vector_projectionComputes 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
vectorProjection(a, b)
a |
numerical representing first vector |
b |
numerical representing second vector |
The vector resulting from projecting vector a upon vector
b.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.