point2d: Representation of a 2D point

View source: R/utils.R

point2dR 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))

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