multiseq | R Documentation |
creates a sequence for every unique value in a vector
multiseq(v)
v |
a vector |
a vector with multiple sequences
Martin Hecht
v <- c("a", "a", "a", "c", "b", "b" , "a")
multiseq(v)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.