pos {Tex4exams} | R Documentation |
TeX code for positivity of randomized values
Description
Produce the TeX code of positivity of randomaized values.
Usage
pos(x)
Arguments
x |
a numeric number. |
Value
The function returns one of the symbols "<0", ">0", or "=0".
See Also
Examples
x <- sample(c((-10):10),1)
pos(x)
[Package Tex4exams version 0.1.2 Index]