logical2int | R Documentation |
This is an internal function.
logical2int(obj = NULL)
obj |
a character, the logical parameter to turn into an integer |
This function is called to turn a logical oprator given as a character into an integer: '>' is turned into 1, '>=' into 2, '<' into 3, '<=' into 4, '==' into 5 and '!=' into 6.
an integer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.