Plots a histogram for a column.
1 2 | plotDataHist(dat, colNm, numObs = NULL, binSize = 1, minVal = NULL,
maxVal = NULL, byCol = NULL)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.