Learn R Programming

RSurvey (version 0.7-3)

BuildHistogram: Set Histogram Input Parameters

Description

A GUI for specifying input parameters of the hist function.

Usage

BuildHistogram(d, var.names = NULL, var.default = 1L, parent = NULL)

Arguments

d
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 d.
var.default
character or integer; vector name or index in d, defaults to 1L.
parent
tkwin; the GUI parent window.

Value

  • Does not return any value.

Details

Plot histogram and view results.

See Also

hist, plot.histogram, ViewData

Examples

Run this code
tclRequire("Tktable", warn = TRUE)
data(project)
d <- project$data.pts
BuildHistogram(d)

Run the code above in your browser using DataLab