Sequence generation
Generates a regular sequence from the minimum to the maximum of a vector.
seq2(x, int = 999)
x
: numeric vector.int
: number of values to be generated (int
breaks).Maxime HERVE maxime.herve@univ-rennes1.fr
seq
seq2(rnorm(30))
Useful links