distNormExprVectrs: Returns the vector resulting from subtracting 'e.v.b' from...

View source: R/expression_funks.R

distNormExprVectrsR Documentation

Returns the vector resulting from subtracting e.v.b from e.v.a. Both argument vectors are normalized before subtraction.

Description

Returns the vector resulting from subtracting e.v.b from e.v.a. Both argument vectors are normalized before subtraction.

Usage

distNormExprVectrs(e.v.a, e.v.b)

Arguments

e.v.a

numeric

e.v.b

numeric

Value

NA if any of the arguments contains components that are non legal coordinates (see hasInvalidVecSpaceComponents). Otherwise normalizeVector(e.v.a) - normalizeVector(e.v.b) is returned.


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