constraint directions | R Documentation |
"=="
, ">="
and "<="
SignsThe utility functions eq
, leq
and
geq
replicate the signs "=="
, ">="
and "<="
n
times.
eq(n)
leq(n)
geq(n)
n |
an integer giving the number of times the sign should be repeated. |
eq(3)
leq(2)
geq(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.