Description Usage Arguments Value Author(s) See Also Examples
A graphical user interface (GUI) for specifying input parameters for the hist function.
| 1 2 | BuildHistogram(d, var.names = NULL, var.default = 1L,
  processed.rec = NULL, parent = NULL)
 | 
| 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  | 
| var.default | character or integer.
Vector name or index in argument  | 
| processed.rec | integer. Vector of record indexes for processed data. | 
| parent | tkwin. GUI parent window | 
NULL
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
| 1 2 3 4 | ## Not run: 
  BuildHistogram(iris)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.