BuildHistogram: GUI: Histogram Input Parameters
Description
A graphical user interface (GUI) for specifying input parameters for the hist function.
Usage
BuildHistogram(d, var.names = NULL, var.default = 1L,
processed.rec = NULL, parent = NULL)
Arguments
d
list, data.frame, matrix, or numeric.
Vector(s) of values for which the histogram is desired.
var.names
character.
Names corresponding to each vector (column) in argument d.
var.default
character or integer.
Vector name or index in argument d.
processed.rec
integer.
Vector of record indexes for processed data.
Examples
Run this code# NOT RUN {
BuildHistogram(iris)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab