Description Usage Arguments Value Examples
Retorna uma lista de graficos
1 2 3 4 5 6 7 8 9 10 | plot_all(df, grid = TRUE, num_plot = "density", coord_flip = FALSE,
axis = FALSE, aes_fill = FALSE, order_data = TRUE, col = "black",
fill = "gray40", alpha = 1, bar_position = "stack",
density_position = "identity", violin_position = "dodge",
box_position = "dodge2", hist_position = "stack",
density_stat = "density", violin_stat = "ydensity",
box_stat = "boxplot", hist_stat = "bin", binwidth = NULL,
bins = 10, 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 |
num_plot |
= "boxplot" |
coord_flip |
= FALSE |
axis |
= FALSE |
aes_fill |
= FALSE |
col |
= "black" |
fill |
= "gray40" |
alpha |
= 1 |
binwidth |
= NULL |
bins |
= NULL |
outlier.color |
= NULL |
outlier.fill |
= NULL |
outlier.shape |
= 19 |
outlier.size |
= 1.5 |
notch |
= FALSE |
notchwidth |
= 0.5 |
order_by |
= "data" |
plot
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.