Learn R Programming

affiner (version 0.1.3)

is_point1d: Test whether an object has a Point1D class

Description

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

Usage

is_point1d(x)

Value

A logical value

Arguments

x

An object

Examples

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

Run the code above in your browser using DataLab