Description Usage Arguments Value Examples
View source: R/plot_continuous.R
Retorna uma lista de graficos
1 2 3 4 5 6 7 8 9 | plot_continuous(df, grid = TRUE, plot_type = "density",
coord_flip = FALSE, axis = FALSE, col = "black", fill = "gray40",
alpha = 1, hist_position = "stack", box_position = "dodge2",
violin_position = "dodge", density_position = "identity",
hist_stat = "bin", box_stat = "boxplot", violin_stat = "ydensity",
density_stat = "density", 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 |
axis |
= FALSE |
col |
= "black" |
fill |
= "gray40" |
binwidth |
= NULL |
bins |
= 10 |
stat |
= "bin" |
position |
= "stack" |
theme |
= NULL |
plot
1 | conjunta_bar_cd(iris)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.