What is the purpose of the method par()?
What is the purpose of the method par()? Correct Answer Makes the text horizontal
The par(mfrow) function is handy for creating a simple multi-paneled plot, while layout should be used for customized panel plots of varying sizes. With the method par(), you can make the text horizontal.