min.symbolic_interval {RSDA} | R Documentation |
Maxima and Minima
Description
Maxima and Minima
Usage
## S3 method for class 'symbolic_interval'
min(x, ...)
## S3 method for class 'symbolic_interval'
max(x, ...)
## S3 method for class 'symbolic_interval'
x$name = c("min", "max", "mean", "median")
Arguments
x |
symbolic interval vector |
... |
further arguments passed to or from other methods. |
name |
... |
Value
a new symbolic interval with the minimum of the minima and the minimum of the maxima
[Package RSDA version 3.2.1 Index]