0 Pavanagg Asked: January 17, 20222022-01-17T19:29:11+05:30 2022-01-17T19:29:11+05:30In: Data ScienceWhat will be the output of the following R code? * m <- matrix( nrow = 2, ncol = 3) …0What will be the output of the following R code? *m <- matrix( nrow = 2, ncol = 3)dim(m) ShareFacebook1 AnswerVotedOldestRecent I'M ADMIN 2022-01-17T19:33:18+05:30Added an answer on January 17, 2022 at 7:33 pm OUTPUT : 2 3Leave an answerCancel replyYou must login to add an answer. Username or email* Password* Remember Me! Forgot Password?
OUTPUT : 2 3