Learn R Programming

RSDA (version 3.2.1)

min.symbolic_interval: Maxima and Minima

Description

Maxima and Minima

Usage

# S3 method for symbolic_interval
min(x, ...)

# S3 method for symbolic_interval max(x, ...)

# S3 method for symbolic_interval $(x, name = c("min", "max", "mean", "median"))

Value

a new symbolic interval with the minimum of the minima and the minimum of the maxima

Arguments

x

symbolic interval vector

...

further arguments passed to or from other methods.

name

...