histogramplot: Plot a generic histogram

Description Usage Arguments Value Examples

View source: R/sbpiper_plots.r

Description

Plot a generic histogram

Usage

1
histogramplot(dfCol, g = ggplot())

Arguments

dfCol

a data frame with exactly one column.

g

the current ggplot to overlap

Value

the plot

Examples

1
2
a <- as.data.frame(rnorm(100))
histogramplot(dfCol=a)

pdp10/sbpiper documentation built on May 17, 2019, 11:17 p.m.