diff.point2d {ddpcr} | R 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 |
See Also
[Package ddpcr version 1.15.2 Index]