fig.rbind: Horizontal Join Figures

Description Usage Arguments Examples

View source: R/fig.R

Description

Horizontal Join Figures

Usage

1
2
fig.rbind(plot1, plot2, file = "fig", dir = getwd(), width = 5,
  height = 5, res = 600)

Arguments

plot1, plot2

The figures.

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.rbind(plot(1:5, 1:5), plot(1:5, 5:1), file = "Figure3")

## End(Not run)

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