Reversing the order of dodged elements using position_dodge2(), one passes in reverse=TRUE
. To reverse dodged element positions in position_jitterdodge(), it is necessary to use a negative value to dodge.width=-.75
; there is no 'reverse' argument. This is undocumented in position_jitterdodge and inconsistent with other dodge functions.