Learn R Programming

COveR (version 1.0.4)

is.interval: 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)

Value

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

Arguments

x

An R object to be tested.

Examples

Run this code
is.interval(inter_city)
is.interval(1:4)

Run the code above in your browser using DataLab