signs: Replicate '"=="', '">="' and '"<="' Signs

Description Usage Arguments Examples

Description

The utility functions eq, leq and geq replicate the signs "==", ">=" and "<=" n times.

Usage

1
2
3
4
5
eq(n)

leq(n)

geq(n)

Arguments

n

an integer giving the number of times the sign should be repeated.

Examples

1
2
3
eq(3)
leq(2)
geq(4)

ROI documentation built on Aug. 29, 2020, 3:01 p.m.

Related to signs in ROI...