DtrellScat {tigerstats} | R Documentation |
Dynamic Trellising (Scatterplot)
Description
An app to facilitate exploration of the relationship between two numerical variables, conditional upon the values of a third variable.
Usage
DtrellScat(form,data)
Arguments
form |
A formula of the form |
data |
A data frame. |
Value
Graphical and numerical output.
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
## Not run:
if (require(manipulate)) DtrellScat(sat~salary|frac,data=sat)
## End(Not run)
[Package tigerstats version 0.3.2 Index]