Introduction to R programming ||how to create vectors in R Programming?? || Vector Arithmetic ||

preview_player
Показать описание
This video explains how to Create and name vectors and perform vector Arithmetic operations and vector subsetting.

A vector is a basic data structure which plays an important role in R programming.

In R, a sequence of elements which share the same data type is known as vector. A vector supports logical, integer, double, character, complex, or raw data type. The elements which are contained in vector known as components of the vector. We can check the type of vector with the help of the typeof() function.

reference :

Рекомендации по теме