layout20x {s20x} | R Documentation |
Specifies an m*n array of plots in the graphics window.
layout20x(x,y)
x |
number of rows in plot array. |
y |
number of columns in plot array. |
Function returns no value.
data(course.df) layout20x(1,2) stripchart(course.df$Exam) boxplot(course.df$Exam)