graphics-utils: Utility Functions for Graphics

Description Usage Arguments Examples

Description

Utility Functions for Graphics

mfrow returns a 2-long numeric vector suitable to use in par(mfrow=x), that will arrange n panels in a single plot.

Usage

1
  mfrow(n)

Arguments

n

number of plots to be arranged.

Examples

1
2
3
4
5
mfrow(1)
mfrow(2)
mfrow(3)
mfrow(4)
mfrow(10)

pkgmaker documentation built on May 2, 2019, 4:42 p.m.