Saved Bookmarks
| 1. |
What does the ‘pch’ option to par() control?(a) the size of the plotting symbol in a scatterplot(b) the line width in the base graphics system(c) the orientation of the axis labels on the plot(d) the plotting symbol/character in the base graphics system |
|
Answer» Correct answer is (d) the plotting symbol/character in the base graphics system Easiest explanation: R makes it easy to combine multiple plots into one overall graph, using either the par ( ) or layout( ) function. |
|