Learn R Programming

SNPchip (version 2.18.0)

arrangeSideBySide: Helper function to arrange two trellis objects side by side on a grid.

Description

For visualizing copy number alterations, it is often helpful to plot estimates of copy number along with the corresponding estimate of the B allele frequencies. Creating a trellis object for the copy number estimates and a separate trellis object for the B allele frequencies, this function can be used to arrange the two trellis objects side by side on a grid.

Usage

arrangeSideBySide(object1, object2)

Arguments

object1
A trellis object (e.g., a trellis object of the copy number estimates).
object2
A trellis object (e.g., a trellis object of the B allele frequencies).

See Also

xypanel, xyplot