StackedBarplotCovid | R Documentation |
Stacked Bar plot function
StackedBarplotCovid(
df,
X,
FILL,
FACET,
percent = FALSE,
g_palette,
position = "fill",
title = ""
)
df |
data.frame data |
X |
character, variable name in X axis |
FILL |
character, variable name for position fill |
FACET |
character, variable name for the facets |
percent |
logical if TRUE then data and labels are in % |
g_palette |
character vector of colors for the graph |
position |
character position of bar plot, fill |
title |
character |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.