Create a vector containing the numbers 2
,
5
, 2.4
and 11.
5.9
.3
and 1
to the beginning,
and the elements "8.0"
and "9.2"
to the end of
the vector."2"
,
"Hello"
, 4.0
, and TRUE
-8
to
9
(step size: 0.5
)Create a list that has three named elements: "A"
,
"B"
, and "C"
"A"
should contain the square root of the
numbers form -2 to 8 (step size: 1
)"B"
should contain the log of numbers
between 2 and 4 (step size: 0.5
)"C"
should contain letters from
a1
to g7
(hint: use the pre-defined vector
letters
and the function paste()
)