DtrellHist {tigerstats} | R Documentation |
Dynamic Trellising (Histogram)
Description
A manipulative app that facilitates exploration of the distribution of a single numerical variable, conditioned upon the values of either a numerical variable or a factor.
Usage
DtrellHist(form,data)
Arguments
form |
a formula of the form |
data |
A data frame from |
Value
Graphical output.
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
## Not run:
if (require(manipulate)) DtrellHist(~dist|speed,data=cars)
## End(Not run)
[Package tigerstats version 0.3.2 Index]