plot_all: Plot de todas as variaveis

Description Usage Arguments Value Examples

View source: R/plot_all.R

Description

Retorna uma lista de graficos

Usage

 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)

Arguments

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"

Value

plot

Examples

1

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