Vectors in R (R - Programming ) Part 1

Опубликовано: 18 Январь 2019
на канале: Info Drafters
7,249
165

In this video we will study about vectors in R programming.
The Discussion of the Vector Topic is split into multiple sessions, and this is the first session.
The following topics are covered :
1. What is Vector ?
2. How to create a vector in R programming language ?
3. Use of Combine, Colon And Sequence Function.
4. Finding the data type of the vector , using CLASS function.
5. Assigning names to the vector elements or components.
6. hands on practice on Vectros