plotDataHist: Plots a histogram for a column.

Description Usage Arguments

View source: R/PlotsExplore.r

Description

Plots a histogram for a column.

Usage

1
2
plotDataHist(dat, colNm, numObs = NULL, binSize = 1, minVal = NULL,
  maxVal = NULL, byCol = NULL)

Arguments

dat

dataset

colNm

the column you want to plot

numObs

The top n observations to include in the plot

binSize

The bin size (default=1)

minVal

The minimum value to include

maxVal

The maximum value to include

byCol

by group column name by which to facet the plots


wtcooper/vizrd documentation built on May 4, 2019, noon