Description Usage Arguments Value See Also Examples
The input data, for x
or y
axis data, is jittered by a uniform random amount, scaled to the width and height of a character if this data were being plotted.
1 2 3 |
x |
Numeric data that might be plotted on the horizontal axis. |
y |
Numeric data that might be plotted on the vertical axis. |
xscale, yscale, scale |
How much to scale the random noise on the |
For jitterXY
a list, with x
and y
components containing the perturbed versions of the corresponding arguments. Giving this list to plot
produces a scatter plot of the two sets of data.
If only one coordinate is jittered a vector is returned; this is always the case with jitterX
and jitterY
.
jitter
, which scales data without regard to the plotting parameters.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.