fig.tile: Tile Join Figures

Description Usage Arguments Examples

View source: R/fig.R

Description

Tile Join Figures

Usage

1
2
fig.tile(..., tile = "2x2", file = "fig", dir = getwd(), width = 5,
  height = 5, res = 600)

Arguments

...

The figures.

tile

A string. Describes how to tile the figures (e.g., "1x3").

file

A string. The file to save.

dir

A string. The directory.

width

The figure dimensions.

height

The figure dimensions.

res

The figure resolution.

Examples

1
2
3
4
## Not run: 
fig.tile(plot(1:5), plot(6:10), plot(11:15), tile = "1x3", file = "Figure 4")

## End(Not run)

tpq/miSciTools documentation built on Sept. 16, 2019, 4:43 p.m.