var flagval flagle
| Arguments | ||
|---|---|---|
| label | type | description |
| var | variable | variable on which flags are to be applied |
| flagval | variable or constant | threshold value used to apply flags |
| Returns | ||
| flaggedvar | variable | binary version of var, where values less than or equal to flagval and greater than flagval are assigned values of 1 and 0, respectively |