plot_continuous: Histograma

Description Usage Arguments Value Examples

View source: R/plot_continuous.R

Description

Retorna uma lista de graficos

Usage

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)

Arguments

df
grid

= TRUE

axis

= FALSE

col

= "black"

fill

= "gray40"

binwidth

= NULL

bins

= 10

stat

= "bin"

position

= "stack"

theme

= NULL

Value

plot

Examples

1
conjunta_bar_cd(iris)

elemosjr/analisedescritiva documentation built on Dec. 8, 2020, 8:43 a.m.