Learn R Programming

sbpiper (version 1.9.0)

histogramplot: Plot a generic histogram

Description

Plot a generic histogram

Usage

histogramplot(dfCol, g = ggplot())

Arguments

dfCol

a data frame with exactly one column.

g

the current ggplot to overlap

Value

the plot

Examples

Run this code
# NOT RUN {
a <- as.data.frame(rnorm(100))
histogramplot(dfCol=a)
# }

Run the code above in your browser using DataLab