Learn R Programming

RVAideMemoire (version 0.9-83-7)

seq2: Sequence generation

Description

Generates 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).

Author

Maxime HERVE <maxime.herve@univ-rennes1.fr>

See Also

Examples

Run this code
seq2(rnorm(30))

Run the code above in your browser using DataLab