Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

signs

Replicate "==", ">=" and "<=" Signs


Description

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

Usage

eq(n)

leq(n)

geq(n)

Arguments

n

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

Examples

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

ROI

R Optimization Infrastructure

v1.0-0
GPL-3
Authors
Kurt Hornik [aut], David Meyer [aut], Florian Schwendinger [aut], Stefan Theussl [aut, cre], Diethelm Wuertz [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.