print.interval: Print the interval.

View source: R/interval.R

print.intervalR Documentation

Print the interval.

Description

Print the interval.

Usage

## S3 method for class 'interval'
print(x, ...)

Arguments

x

An interval object.

...

Additional arguments.

Value

x, invisibly.

Examples

iv <- interval$new(lower = 0, upper = 1, lower_closed = TRUE)
print(iv) # [0, 1)

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.