Learn R Programming

RVAideMemoire (version 0.9-79)

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

See Also

seq

Examples

Run this code
# NOT RUN {
seq2(rnorm(30))
# }

Run the code above in your browser using DataLab