Description Usage Arguments Value Examples
Retorna uma lista de graficos de barra, ou um grid de graficos de barra com as conjuntas de variaveis continuas e discretas de um dado dataframe
1 2 3 4 5 6 7 | conjunta_cd(df, grid = TRUE, plot_type = "bar", coord_flip = FALSE,
axis = FALSE, aes_fill = FALSE, col = "black", fill = "gray30",
alpha = 1, bar_position = "stack", box_position = "dodge2",
violin_position = "dodge", box_stat = "boxplot",
violin_stat = "ydensity", outlier.color = NULL,
outlier.fill = NULL, outlier.shape = 19, outlier.size = 1.5,
notch = FALSE, notchwidth = 0.5, add = NULL, na.rm = FALSE)
|
df |
|
grid |
= TRUE |
coord_flip |
= FALSE |
axis |
= FALSE |
fill |
= FALSE |
alpha |
= 1 |
fill |
= "gray30" |
position |
= "stack" |
theme |
= NULL |
plot
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.