What is the main difference between an Array and a matrix?
Answer / Anupam Rani
An array in R can only contain elements of one data type, while a matrix can contain elements of different data types. Additionally, arrays have one dimension, whereas matrices have at least two dimensions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to create a list in r?
Mention how you can produce co-relations and covariances?
How would you create a box-plot using “plotly”?
Explain RStudio.
How would you do a left and right join in r?
Can we update and delete any of the elements in a list?
Describe grep() in r string manipulation?
What is object-oriented programming in r?
Explain how to access list elements in r?
What are R Functions?
What is rattle package in r?
What is readline() in r?