How would you make multiple plots onto a single page in r?
Answer Posted / 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 |
Post New Answer View All Answers