powered by
Plot density with descriptive statistics for numerical values.
descriptive_plot(data, ..., labels = NULL, ylab = "Density")
descriptive_plot function returns a plot with density and descriptive statistics.
descriptive_plot
data.frame.
additional arguments to be passed to select.
select
A vector with x-axis labels.
y-axis label.
Cesar Gamboa-Sanabria
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