powered by
Plot density with descriptive statistics for numerical values.
descriptive_plot(data, ..., labels = NULL, ylab = "Density")
data.frame.
additional arguments to be passed to dplyr::select().
dplyr::select()
A vector with x-axis labels.
y-axis label.
descriptive_plot function returns a plot with density and descriptive statistics.
descriptive_plot
# NOT RUN { df <- data.frame(var1=rpois(50, 6), var2=rgamma(50, shape=5,rate=.4), var3=rnorm(50, 10)) descriptive_plot(df, var1, var3) # }
Run the code above in your browser using DataLab