powered by
Plot a generic histogram
histogramplot(dfCol, g = ggplot())
a data frame with exactly one column.
the current ggplot to overlap
the plot
# NOT RUN { a <- as.data.frame(rnorm(100)) histogramplot(dfCol=a) # }
Run the code above in your browser using DataLab