The easiest way to create a vector is with the `c()` function, which stands for "concatenate" or "combine". To create a vector containing
| the numbers 1.1, 9, and 3.14, type `c(1.1, 9, 3.14)`. Try it now and
| store the result in a variable called `z`.
No comments:
Post a Comment