ddpcr (version 1.11)

point2d: 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

Run this code
# NOT RUN {
point2d(c(10, 20))
# }

Run the code above in your browser using DataLab