Author Archives: Abhimanyu Shukla
Learn R – What are Vectors – Code Examples
This article represents high level concepts in relation with Vector data type in R programming language along with code samples. For those new to R language, it should be noted that R provides a console-based platform to perform analysis on data. R can be seen as a programming language for data scientist. Please feel free to comment/suggest if I missed to mention one or more important points. Also, sorry for the typos. Following are the key points described later in this article: What are Vectors? Vectors – Code Examples What are Vectors? Vector, in R, can be defined as a collection of things of same data type. Simply speaking, it …
I found it very helpful. However the differences are not too understandable for me