Home
Press ? for keyboard navigation
❮
Sum of values in vectors
Access the n-the element of a vector
❯
Size of vector (length of vector)
examples/vectors/vector_length.R
distances
=
c
(
11
,
12
,
13
,
14
)
length
(
distances
)
# 4
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)