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 does tcp/ip work?

1 Answers  


Explain different types of objects present in R?

1 Answers  


What are Characteristics of R Hierarchical Clustering?

1 Answers  


Explain how to read data or a matrix from a file?

1 Answers  


Which packages are used to store and restore R objects to and from a file in R language?

1 Answers  


Explain how to repeat vectors in r?

1 Answers  


What is procedural programming in r?

1 Answers  


What are functions of Random forest in R?

1 Answers  


What will be the output of log (-5.8) when executed on r console?

1 Answers  


What are prerequisites for r’s c interface?

1 Answers  


What is factor variable in r language?

1 Answers  


Explain disadvantages of density-based clustering in R?

1 Answers  


Categories