ez.subplot: subplot, wrapper of 'par'

View source: R/plot.R

ez.subplotR Documentation

subplot, wrapper of par

Description

subplot, wrapper of par

Usage

ez.subplot(n = 1, m = 1, arr = "row", xpd = NA, ...)

Arguments

arr

arrangement, 'col' (draw colwise) or 'row' (drow rowise)

xpd

Clipping can occur either to the whole device (xpd = NA), to the current figure region (xpd = TRUE), or to the current plot region (xpd = FALSE, the default).

Examples

subplot(n,m,...) divides the current figure into an n-by-m grid
A vector of the form c(n, m). Subsequent figures will be drawn in an n-by-m array on the device
by columns (mfcol), or rows (mfrow), respectively.
see more ?par
call ez.subplot() again ie, ez.subplot(1,1), or call dev.off() to reset

jerryzhujian9/ezmisc documentation built on March 9, 2024, 12:44 a.m.