geom_THaxis | R Documentation |
ggTHaxis
geom_THaxis(
mapping = NULL,
th_data = NULL,
geom = Geom,
axis_ticks_length = NULL,
axis_location = NULL,
axis_direction = "h",
draw = NULL,
...,
na.rm = FALSE,
nudge_x = 0,
nudge_y = 0,
name = NULL
)
mapping |
Set of aesthetic mappings created by
|
th_data |
a data frame. It should include one column named as
|
geom |
|
axis_ticks_length |
a number to decide the lenght of ticks. |
axis_location |
"right" or "left" when |
axis_direction |
either "h" for horizontal or "v" for vertical |
draw |
"border", "axis" or "axislabel" |
... |
Other arguments passed on to |
na.rm |
If FALSE, the default, missing values are removed with a warning. If TRUE, missing values are silently removed. |
nudge_x, nudge_y |
Horizontal and vertical adjustment to nudge labels or
lines. Cannot be jointly specified with |
name |
a name to select heatmap |
ggTHaxis (a geom layer)
Ruizhu Huang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.