vector_norm: Calculate the L2 norm of a 2-d vector

View source: R/vector_norm.R

vector_normR Documentation

Calculate the L2 norm of a 2-d vector

Description

Calculate the L2 norm of a 2-d vector

Usage

vector_norm(x, y)

Arguments

x, y

vectors of values for the x and y dimensions

Value

Vector of norms for each pair of values in x and y


ellisztamas/sintillate documentation built on Feb. 13, 2023, 5:04 a.m.