diff.point2d: Euclidean distance between two points

View source: R/utils.R

diff.point2dR Documentation

Euclidean distance between two points

Description

Calculate the distance between two points in 2D space. If only one points is given, then the distance to the origin is calculated.

Usage

## S3 method for class 'point2d'
diff(x, y, ...)

Arguments

x, y

Points generated with point2d

See Also

point2d


ddpcr documentation built on Aug. 21, 2023, 1:07 a.m.