euclNorm: Computes the Euclidean norm (length) of vector 'x'.

View source: R/expression_funks.R

euclNormR Documentation

Computes the Euclidean norm (length) of vector x.

Description

Computes the Euclidean norm (length) of vector x.

Usage

euclNorm(x)

Arguments

x

numeric vector

Value

A scalar numeric value, the length of the vector x.


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