Section 23 Vector: Index

x <- seq(from=2, to=10, by=2)

x
[1]  2  4  6  8 10

Vector


Vector Index