pan: Predefined multipanel governor plotting.

Description Usage Arguments

Description

The function is useful for the effective combination of multipanel plots.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pan11(a, name = NULL, format = NULL, path = NULL, width = NULL,
  height = NULL, pind = "small")

pan21(a, b, name = NULL, format = NULL, path = NULL, width = NULL,
  height = NULL, pind = c("A", "B"), outmai = NULL, intop = NULL,
  inbot = NULL, pcx = 1)

pan31(a, b, c, name = NULL, format = NULL, path = NULL,
  width = NULL, height = NULL, pind = c("A", "B", "C"),
  outmai = NULL, intop = NULL, inbot = NULL, pcx = 1)

pan22(a, b, c, d, name = NULL, format = NULL, path = NULL,
  width = NULL, height = NULL, pind = c("A", "B", "C", "D"),
  outmai = NULL, intop = NULL, inbot = NULL, inleft = NULL,
  inright = NULL, pcx = 1)

pan32(a, b, c, d, e, f, name = NULL, format = NULL, path = NULL,
  width = NULL, height = NULL, pind = c("A", "B", "C", "D", "E",
  "F"), outmai = NULL, intop = NULL, inbot = NULL, inleft = NULL,
  inright = NULL, pcx = 1)

pan23(a, b, c, d, e, f, name = NULL, format = NULL, path = NULL,
  width = NULL, height = NULL, pind = c("A", "B", "C", "D", "E",
  "F"), outmai = NULL, intop = NULL, inbot = NULL, inleft = NULL,
  inright = NULL, pcx = 1)

Arguments

a

Expression or path (as character string). Panel A plotting insturctions.

format

The extension of the final image/the used plotting device.

path

Character string, the path in which the final plot should be placed.

width

The width of the plot.

height

Integer vector. The heights of the plots in inches.

pind

Character vector of the panel identifiers.

b

Expression or path (as character string). Panel B plotting insturctions.

outmai

Numeric vector, the outer margins of the plot in inches (as in par()$mai).

intop

Numeric value. The top margin of the lower plot in inches. If outmai is NULL then the top margin of the plot.

inbot

Numeric value. The bottom marign of the upper plot.

c

Expression or path (as character string). Panel C plotting insturctions.

d

Expression or path (as character string). Panel D plotting insturctions.

inleft

Numeric value. The left margin of the plots to the right in inches.

inright

Numeric value. The right margin of the plots to the left in inches.

e

Expression or path (as character string). Panel C plotting insturctions.

f

Expression or path (as character string). Panel D plotting insturctions.

inleft

Numeric value. The left margin of the plots to the right in inches.

inright

Numeric value. The right margin of the plots to the left in inches.


adamkocsis/restools documentation built on June 14, 2021, 3:27 a.m.