Learn R Programming

RSDA (version 3.2.1)

is.sym.interval: Symbolic interval

Description

Symbolic interval

Usage

is.sym.interval(x)

Value

returns TRUE if its argument's value is a symbolic_vector and FALSE otherwise.

Arguments

x

an object to be tested

Examples

Run this code
x <- sym.interval(1:10)
is.sym.interval(x)
is.sym.interval("d")

Run the code above in your browser using DataLab