| ihammock | R Documentation | 
This function creates a new interactive hammock plot. Please note that a hammock plot was not necessarily designed to support highlighting, so it may be of limited use. It was created as a proof of the iBase concept which makes it very easy to implement new interactive plots.
ihammock(...)
| ... | All unnamed parameters are treated as variables to
display. All additional parameters are passed to  | 
The plot can be used in either in the form ihammock(df) to plot
a list or data frame of variables or ihammock(x, y, z) to plot
factors x, y and z.
Resulting plot object.
ihist, ibar, iplot,
iplot.opt
library(MASS) data(Cars93) attach(Cars93) ihammock(AirBags, Cylinders, Origin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.