View source: R/geom_th_title.R
geom_th_title | R Documentation |
add the row or column title
geom_th_title(
mapping = NULL,
name = NULL,
side = "left",
nudge_x = 0,
nudge_y = 0,
na.rm = FALSE,
show.legend = NA,
inherit.aes = FALSE,
...
)
mapping |
Set of aesthetic mappings created by |
name |
the name of the heatmap to add row or column labels. |
side |
a character value selected from left, right, top or bottom. left and right to add the row title; top or bottom to add the column title. |
nudge_x |
a value to shift the title horizontally. |
nudge_y |
a value to shift the title vertically. |
na.rm |
If |
show.legend |
logical. Should this layer be included in the legends?
|
inherit.aes |
If |
... |
Other arguments passed on to |
geom layer
Ruizhu Huang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.