point2d {ddpcr} | R Documentation |
Representation of a 2D point
Description
Representation of a 2D point
Usage
point2d(x)
Arguments
x |
A 2-element numeric vector. |
Value
An object of class point2d
with the given coordinates.
Examples
point2d(c(10, 20))
[Package ddpcr version 1.15.2 Index]