Description Usage Arguments Value Examples
Algorithm to pick up a vector and find all ranges in it
1 | identify_ranges(dat, key.fun = range_write)
|
dat |
vector of numbers |
key.fun |
callback function to write ranges |
vector of strings defining all ranges in data
1 2 3 4 | identify_ranges(c(1:3, 5, 7:8, 10:12, 14:15))
identify_ranges(c(1:3, 5, 7:8, 10:12, 14))
identify_ranges(c(1, 5, 7:8, 10:12, 14))
identify_ranges(c(1, 5, 7:8, 10:12, 14:19))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.