ggally_statistic | R Documentation |
Generalized text display
ggally_statistic(
data,
mapping,
text_fn,
title,
na.rm = NA,
display_grid = FALSE,
justify_labels = "right",
justify_text = "left",
sep = ": ",
family = "mono",
title_args = list(),
group_args = list(),
align_percent = 0.5,
title_hjust = 0.5,
group_hjust = 0.5
)
data |
data set using |
mapping |
aesthetics being used |
text_fn |
function that takes in |
title |
title text to be displayed |
na.rm |
logical value which determines if |
display_grid |
if |
justify_labels |
|
justify_text |
|
sep |
separation value to be placed between the labels and text |
family |
font family used when displaying all text. This value will be set in |
title_args |
arguments being supplied to the title's |
group_args |
arguments being supplied to the split-by-color group's |
align_percent |
relative align position of the text. When |
title_hjust , group_hjust |
|
ggally_cor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.