Description Usage Arguments Value Examples
Stacked charts with labels at right
1 2 3 4 5 6 | stacked_bar_with_right_labels(.data, geom = "bar", barwidth,
verbose = FALSE, right_margin = 0.5, reverse = FALSE,
scale_fill_manual_args, scale_y_args, x_continuous = FALSE,
scale_x_args, coord_cartesian_args, text_family = NULL, Annotate_Args,
theme_grattan.args, theme.args, nudge_up = 0, nudge_right = 0.5,
extra_left_spaces = 0L)
|
.data |
A data frame, containing entries for |
geom |
The type of chart ("bar", "area"). |
barwidth |
Passed to the |
verbose |
Report the margin used (in grid:: 'lines'). |
right_margin |
The amount of padding at right to use. The whole point of this function is to select a good right margin to allow space. But if the margin provided is wrong, it can be changed manually here. |
reverse |
(logical) Use the reverse palette. |
scale_fill_manual_args |
Arguments passed to |
scale_y_args |
A list of arguments passed to r |
x_continuous |
Should the x axis be continuous? |
scale_x_args |
A list of arguments passed to |
coord_cartesian_args |
A list of arguments passed to |
text_family |
Text family for theme and geom text. |
Annotate_Args |
A list of list of arguments passed to |
theme_grattan.args |
Arguments passed to |
theme.args |
A list of arguments passed to |
nudge_up |
A numeric vector to be added every text y-coordinate. |
nudge_right |
Move text right in units of |
extra_left_spaces |
Number of space characters |
A chart with the labels in the right gutter
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.