DtrellHist | R Documentation |
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.
DtrellHist(form,data)
form |
a formula of the form |
data |
A data frame from |
Graphical output.
Homer White hwhite0@georgetowncollege.edu
## Not run:
if (require(manipulate)) DtrellHist(~dist|speed,data=cars)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.