Learn R Programming

distr6 (version 1.1.0)

setOperation: Symbolic Operations for SetInterval

Description

Operations for SetInterval objects and subclasses, symbolic only.

Usage

setOperation(unicode, sets, lower = NULL, upper = NULL, type = NULL,
  dim = NULL)

Arguments

unicode

unicode symbol for the setOperation.

sets

list of sets and/or intervals to combine via the setOperation.

lower

lower bound of new SetInterval

upper

upper bound of new SetInterval

type

type of new SetInterval

dim

dimension of new SetInterval

Value

An R6 object of class SetInterval.

Returns an R6 object inheriting from SetInterval.

Details

Generally not recommended to use this function directly but instead via one of the implemented operations.

See Also

product.SetInterval, union.SetInterval, complement.SetInterval, power.SetInterval