histApp: Interactive applet to explore histograms

Description Usage Details Author(s) Examples

Description

An applet which lets the user manipulate the number of bins and the center break of a histogram corresponding to data given or a random normal distribution.

Usage

1
histApp(display = c("normal", "showcase"))

Details

The user may change the number of bins using the Number of Histogram bins slider, and they may change the center point around which the bins are centered with the center break slider. If data is null, the user may change the random seed with the seed slider. Otherwise the seed slider is not displayed.

Author(s)

Andrew Rich (andrew.joseph.rich@gmail.com) , Daniel Kaplan (kaplan@macalester.edu) , Mengdie Wang(mwang3@macalester.edu) and Jingjing Yang(jyang1@macalester.edu)

Examples

1
2
histApp() #if you do not want to display the code
histApp(display = "showcase") #if you want to display the code

farfallawang/mosaicApps documentation built on May 16, 2019, 10:09 a.m.