range_fun | R Documentation |
Test object ranges against expectations
range_fun(x, limit, include_limit, include_fun, exclude_fun) order_limits(lower, upper) range_examine( x, lower = 0, upper = 1440, inc_lower = TRUE, inc_upper = FALSE, test_limits = TRUE ) range_test( x, lower = 0, upper = 1439, inc_lower = TRUE, inc_upper = FALSE, rational_adjust = TRUE )
x |
object to test |
limit |
placeholder for |
include_fun |
function for comparing |
exclude_fun |
function for comparing |
lower |
lower limit of expectation |
upper |
upper limit of expectation |
inc_lower |
logical. Include |
inc_upper |
logical. Include |
test_limits |
logical. run |
rational_adjust |
logical. Adjust the range based on a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.