is.interval: Determines if an object is a strictly valid interval object.

View source: R/interval.R

is.intervalR Documentation

Determines if an object is a strictly valid interval object.

Description

Determines if an object is a strictly valid interval object.

Usage

is.interval(x)

Arguments

x

An R object to be tested.

Value

A logical value indicating whether the object is a valid interval.

Examples

is.interval(inter_city)
is.interval(1:4)

COveR documentation built on April 3, 2025, 9:52 p.m.