makeCriteria | R Documentation |
Capture a sequence of logical statements and append them into a single expression.
makeCriteria(...)
... |
an arbitrary number of expressions which evaluate to logicals |
This function, along with 'stopper' dictates the stop behaviour of recursive binning. It accepts an arbitrary number of arguments, each a logical statement, and appends them all into a string separated by the pipe character.
A string which appends all expressions together.
Chris Salahub
makeCriteria(depth >= 5, n < 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.