is_point1d: Test whether an object has a Point1D class

View source: R/is_methods.r

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

affiner documentation built on April 4, 2025, 4:42 a.m.