seq_mult {StratigrapheR} | R Documentation |
Sequence ordered by multiple
Description
Sequence ordered by multiple
Usage
seq_mult(l, mult, inv = FALSE)
Arguments
l |
the length of the sequence, or an object convertile into a vector from which to determine the length from |
mult |
the multiple to order by |
inv |
whether to change mult into l/mult |
Examples
seq_mult(10, 2)
seq_mult(15,3)
seq_mult(24,8)
seq_mult(seq(0.5,12,0.5),8)
seq_mult(10,2)[seq_mult(10,5)]
seq_mult(10,2)[seq_mult(10,2, inv = TRUE)]
[Package StratigrapheR version 1.3.1 Index]