R - Sequence

Card Puncher Data Processing

Snippet

y=seq(from=3,length=3,by=2)
[1] 3 5 7





Discover More
Card Puncher Data Processing
R - Colon (:) Operator - Sequence generator

The Colon (:) Operator generate regular sequences. where: from, starting value of sequence and to: (maximal) end value of the sequence. a, b factors of the same length. “”



Share this page:
Follow us:
Task Runner