Description Usage Arguments Examples
View source: R/plotting_utilities.R
Plots a histogram of column i
1 | plotHist(data_in, i)
|
data_in |
The input data frame |
i |
The index of the column |
1 2 | A <- data.frame(x = rep(c("YES","NO"), 10))
plotHist(A,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.