Description Usage Arguments Details Examples
View source: R/AnnotationFunction-function.R
The Default Parameters for Annotation Axis
1 |
which |
Whether it is for column annotation or row annotation? |
There are following parameters for the annotation axis:
The breaks of axis. By default it is automatically inferred.
The corresponding axis labels.
The rotation of the axis labels.
Graphc parameters of axis labels. The value should be a unit
object.
If it is for column annotation, the value should only be one of left
and right
. If it is for row annotation, the value should only be one of top
and bottom
.
Whether the axis faces to the outside of the annotation region or inside. Sometimes when appending more than one heatmaps, the axes of column annotations of one heatmap might overlap to the neighbouring heatmap, setting facing
to inside
may invoild it.
The direction of the axis. Value should be "normal" or "reverse".
All the parameters are passed to annotation_axis_grob
to construct an axis grob.
1 2 | default_axis_param("column")
default_axis_param("row")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.