seq_mult: Sequence ordered by multiple

View source: R/seq_mult.R

seq_multR 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)]


StratigrapheR documentation built on July 9, 2023, 6:02 p.m.