xyplot2 | R Documentation |
Extend xyplot
to superpose one or more symbols to each panel.
xyplot2(formula, data, type = "l", ...)
formula |
a two-sided formula as accepted in |
data |
a list of data frames. Each component shall be able to evaluate the vatiables appearing in |
type |
a vector of characters to indicate what type of plots are to draw. Default is line. |
... |
any options as accepted in |
On each panel, several plot types, the length of data
, are superposed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.