grid.annotation_axis: Draw Annotation Axis

Description Usage Arguments Details Examples

Description

Draw Annotation Axis

Usage

1
2
grid.annotation_axis(at = NULL, labels = at, labels_rot = 0, gp = gpar(),
    side = "left", facing = "outside")

Arguments

at

Break values. If it is not specified, it is inferred from data scale in current viewport.

labels

Corresponding labels.

labels_rot

Rotations of labels.

gp

Graphic parameters.

side

side of the axis of the annotation viewport.

facing

Facing of the axis.

Details

It uses annotation_axis_grob to construct the grob object, then use grid.draw to draw the axis.

Examples

1
2
# See examples in `annotation_axis_grob`
NULL

zhongmicai/complexHeatmap documentation built on May 7, 2019, 6:11 a.m.