layout20x: Layout

View source: R/layout20x.R

layout20xR Documentation

Layout

Description

Allows an numRows by numCols matrix of plots to be displayed in a single plot. If the function is called with no arguments, then the plotting device layout will be reset to a single plot.

Usage

layout20x(numRows = 1, numCols = 1)

Arguments

numRows

number of rows in plot array

numCols

number of columns in plot array

Value

Function returns no value

Note

This function is deprecated. It will be removed in future versions of the package.

Examples


data(course.df)
layout20x(1,2)
stripchart(course.df$Exam)
boxplot(course.df$Exam)


s20x documentation built on Aug. 21, 2023, 5:07 p.m.