How would you make multiple plots onto a single page in r?
Answer / Satish Chandra Ram
```Rnnpar(mfrow = c(nrow, ncol)) n# nrow and ncol determine the number of rows and columns for the layout.n# Then, create individual plots as usual.n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to manipulate list elements in r?
List the functions available in “dplyr” package?
What is the regular expression in R string manipulation?
What is R Base package?
How to compile and run code in R?
What is data mining and what data miners do in R?
What is an arbitrary function in r?
How would you create a factor in r?
Enlist some of the functions that r provides?
What is object-oriented programming in r?
List out some of the function that R provides?
Explain how to read data or a matrix from a file?