Learn R Programming

tci (version 0.1.2)

seqby: Sequence including bounds

Description

Create a sequence between two values at regular intervals and include bounds in output.

Usage

seqby(from, to, by)

Value

Numeric vector

Arguments

from

sequence starting value

to

sequence end value

by

increment of the sequence

Examples

Run this code
tail_vec(1:8)
tail_vec(matrix(1:8,2,4))

Run the code above in your browser using DataLab