Learn R Programming

ldmppr (version 1.1.0)

vec_dist: calculates euclidean distance

Description

calculates euclidean distance

Usage

vec_dist(x, y)

Value

the distance between the two vectors.

Arguments

x

a vector of x values.

y

a vector of y values.