is_point1d {affiner}R Documentation

Test whether an object has a Point1D class

Description

is_point1d() tests whether an object has a "Point1D" class

Usage

is_point1d(x)

Arguments

x

An object

Value

A logical value

Examples

p <- as_point1d(a = 1, b = 5)
is_point1d(p)

[Package affiner version 0.1.3 Index]