do.formula.trellis.xysplom | R Documentation |
Interprets a model formula in the context of its data.frame.
do.formula.trellis.xysplom(formula, data, na.action = na.pass)
formula |
model formula |
data |
data.frame |
na.action |
see |
A list containing three data.frames and three formula, one for each.
x |
|
y |
|
g |
|
x.formula |
|
y.formula |
|
g.formula |
|
Richard M. Heiberger <rmh@temple.edu>
formula
, na.action
tmp <- data.frame(y=1, x=2, z=3, g=4)
do.formula.trellis.xysplom( y ~ x + z | g, data=tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.