euclideanmetric: Calculate the euclideanmetric distance of two points in the...

Description Usage Arguments Examples

Description

This function is the core function of this package, which could calculate the 'distance' between sources and target mixture

Usage

1

Arguments

a

A vector, the coordinate of point a in real number space, in this package, it represents the delta of two stable isotope

b

Just the paramater a

Examples

1
2
3
rho <- euclideanmetric(a = c(3,4), b = c(1, 2))
cat("The euclideanmetric distance is")
print(rho)

rogerclarkgc/estableiso0.99 documentation built on May 27, 2019, 12:16 p.m.