assert_intervals | R Documentation |
We define an intervals vector to always start with 0, and contain unique ordered time points.
assert_intervals(x, y)
x |
what to check. |
y |
( |
Raises an error if x
is not an intervals vector starting with 0.
assert_intervals(c(0, 5, 7), 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.