plotMat: Calcute the layout coordinates

Description Usage Arguments Value Examples

Description

plotMat calcutes the layout coordinates given numbers of figures and columns of figures. The order should be from top to bottom and left to right.

Usage

1
plotMat(nfig, figcol, xshrink = 1, yshrink = 1)

Arguments

nfig

An integer indicating the total number of figures.

figcol

An integer indicating the columns of figures.

xshrink, yshrink

The right or top shrink.

Value

A list of positions is returned with each element containing a numeric vector of length 4, standing for (xleft, xright, ybottom, ytop)

Examples

1
plotMat(10, 3)

ziyanyin/DEEE documentation built on May 4, 2019, 11:23 p.m.