What is the purpose of the method par()?
A
Makes the text vertical
B
Makes the text horizontal
C
Makes the text diagonal
D
Makes the text small
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.