layout.20x {s20x}R Documentation

Layout

Description

Specifies an m*n array of plots in the graphics window.

Usage

layout.20x(x,y)

Arguments

x number of rows in plot array.
y number of columns in plot array.

Value

Function returns no value.

Examples

data(STATS20x)
attach(STATS20x)
layout.20x(1,2)
stripchart(Exam)
boxplot(Exam)
detach(STATS20x)

[Package s20x version 2.6.1.000 Index]