cppdist: Calculate the euclidean distance between 2 points

Description Usage Arguments

View source: R/RcppExports.R

Description

Calculate the euclidean distance between 2 points

Usage

1
cppdist(x1, x2, size)

Arguments

x1

A numeric vector of the coordinates of x1 point.

x2

A numeric vector of the coordinates of x2 point.

size

A integer of the length of x1 or/and x2.


silverfoxxxx/package1 documentation built on Nov. 25, 2019, 10:22 p.m.