position_jitterdodge {animint2} | R Documentation |
Adjust position by simultaneously dodging and jittering
Description
Adjust position by simultaneously dodging and jittering
Usage
position_jitterdodge(
jitter.width = NULL,
jitter.height = 0,
dodge.width = 0.75
)
Arguments
jitter.width |
degree of jitter in x direction. Defaults to 40% of the resolution of the data. |
jitter.height |
degree of jitter in y direction. Defaults to 0. |
dodge.width |
the amount to dodge in the x direction. Defaults to 0.75,
the default |
See Also
Other position adjustments:
position_dodge()
,
position_fill()
,
position_identity()
,
position_jitter()
,
position_nudge()
[Package animint2 version 2024.1.24 Index]