R Data Structure Dataset

Arrays in R programming

When it is needed to store many elements of same type or mode into one data object in R, you…

1 year ago

Working with Matrix in R programming

If we want to store data of same mode or type in a two-dimensional array in R data analysis, matrix…

1 year ago

R data structure – Working with R Vector data objects

Vector in R programming is one-dimensional array. Its element can be numeric, character, or logital data. To create a vector…

1 year ago