Description Usage Arguments Details Author(s) See Also
This is the default panel function for stripplot
. Also see
panel.superpose
1 2 3 4 5 |
x,y |
coordinates of points to be plotted |
jitter.data |
whether points should be jittered to avoid
overplotting. The actual jittering is performed inside
|
factor, amount |
amount of jittering, see |
horizontal |
logical. If FALSE, the plot is ‘transposed’
in the sense that the behaviours of x and y are switched. x is now
the ‘factor’. Interpretation of other arguments change
accordingly. See documentation of |
groups |
optional grouping variable |
... |
additional arguments, passed on to
|
identifier |
A character string that is prepended to the names of grobs that are created by this panel function. |
Creates stripplot (one dimensional scatterplot) of x
for each level of y
(or vice versa, depending on the value of
horizontal
)
Deepayan Sarkar Deepayan.Sarkar@R-project.org
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.