distance_E: Euclidean Distance of four values

View source: R/distance_E.R

distance_ER Documentation

Euclidean Distance of four values

Description

Euclidean Distance of four values

Usage

distance_E(x1, x2, y1, y2)

Arguments

x1

a numerical value which represents the x value of the first point.

x2

a numerical value which represents the x value of the second point.

y1

a numerical value which represents the y value of the first point.

y2

a numerical value which represents the y value of the second point.

Value

A numerical value.

Examples

x1 <- 2
x2 <- 8
y1 <- 5
y2 <- 1
distance_E(x1,x2,y1,y2)

rbolt13/distance documentation built on March 17, 2022, 5:18 p.m.