gtable (version 0.1.1)

z_arrange_gtables: Arrange the z values within gtable objects

Description

This is usually used before rbinding or cbinding the gtables together. The resulting z values will be normalized.

Usage

z_arrange_gtables(gtables, z)

Arguments

gtables
A list of gtable objects
z
A numeric vector of relative z values

Details

Ties are handled by the "first" method: the first occurrence of a value wins.