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...


Explain general format of matrices in r?



Explain general format of matrices in r?..

Answer / Sarika Choubey

A matrix in R is a two-dimensional array of numbers. The general format of creating a matrix is:n```Rnmy_matrix <- matrix(data = c(1, 2, 3, 4, 5, 6), nrow = 2, byrow = TRUE)n``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More R Programming Interview Questions

What is t-tests() in R?

1 Answers  


What is function definition?

1 Answers  


What are features of r functions?

1 Answers  


Why the cv.im()?

1 Answers  


In R how you can import Data?

1 Answers  


Explain how to access list elements in r?

1 Answers  


How to call c function from r?

1 Answers  


How to construct new s4 class?

1 Answers  


What is CLI in R?

1 Answers  


How would you find out the mean of one column with respect to another?

1 Answers  


Which function helps you perform sorting in r language?

1 Answers  


What makes a valid variable name in R?

1 Answers  


Categories