Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Give a brief introduction to an array in R?



Give a brief introduction to an array in R?..

Answer / Sarita Rawat

An array in R is a multidimensional data structure consisting of elements of the same type (numeric, character, or logical). Arrays are defined using square brackets [ and ], with each element accessed by its row and column indices. For example: arr <- array(1:24, dim=c(4, 6)) creates a 4x6 numeric array containing the numbers from 1 to 24. Arrays can be useful for organizing data and performing operations on multiple dimensions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is the reshaping of data in R?

1 Answers  


What are the applications of R?

1 Answers  


What is a graphic device?

1 Answers  


How will you create scatterplot matrices in r language?

1 Answers  


What is bytecode compilation?

1 Answers  


How to request an input from the user through keyboard and monitor?

1 Answers  


How would you do a left and right join in r?

1 Answers  


What are problems with R clustering?

1 Answers  


What is the function in r?

1 Answers  


What is r vector?

1 Answers  


Why is R Important?

1 Answers  


What is meant by ANOVA models in R?

1 Answers  


Categories