beside: Superimpose two pictures side-by-side.

View source: R/beside.R

besideR Documentation

Superimpose two pictures side-by-side.

Description

'beside' returns a new picture made by placing the first input picture beside the second input picture. The user can also provide arguments 'm' and 'n' in which case the pictures will be placed so that they occupy the output picture in a m:n ratio.

Usage

beside(p, q, m = 1, n = 1)

Arguments

p

A 'grid::grob' picture

q

Another 'grid::grob' picture

m

An integer

n

Another integer

Value

A new 'grid::grob' picture obtained by superimposing p and q, one beside the other.


MHenderson/funcgeo documentation built on April 7, 2024, 2:52 a.m.