View source: R/sequence_checks.R
is.sequential | R Documentation |
Check whether there are different steps between the elements of a vector
is.sequential(x, comparison = `==`, step = NULL)
x |
A numeric vector. |
comparison |
A relational operator for the check, with back-ticks. |
step |
Step to be used in comparison. Defaults to the difference between the first and second elements of the vector. |
A logical vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.