.project_vec2vec | R Documentation |
Returns the component of vec1
that is orthogonal to vec2
if orthogonal
is TRUE
, and the
component of vec1
that is parallel to vec2
if
orthogonal
is FALSE
.
.project_vec2vec(vec1, vec2, orthogonal, tol = 1e-06)
vec1 |
vector |
vec2 |
vector |
orthogonal |
boolean |
tol |
small positive number |
vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.