Last data update: 2014.03.03

R: Arrange the z values within gtable objects
z_arrange_gtablesR Documentation

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.

Results