Learn R Programming

RVAideMemoire (version 0.9-35)

seq2: Sequence generation

Description

Generate a regular sequence from the minimum to the maximum of a vector.

Usage

seq2(x, int = 999)

Arguments

x
numeric vector.
int
number of values to be generated (int breaks).

See Also

seq

Examples

Run this code
seq2(rnorm(30))

Run the code above in your browser using DataLab