ddpcr (version 1.15.2)

point2d: Representation of a 2D point

Description

Representation of a 2D point

Usage

point2d(x)

Value

An object of class point2d with the given coordinates.

Arguments

x

A 2-element numeric vector.

Examples

Run this code
point2d(c(10, 20))

Run the code above in your browser using DataLab