Apply jitter() inside of qplot. Also, transparency:
jitter()
qplot
qplot(jitter(Age), jitter(CharityLog,a=0.1), color=EffectiveAltruism, data=survey,alpha=I(0.5))
Default jitter() worked great on Age, but was negligible on CharityLog.
Age
CharityLog
Apply
jitter()inside ofqplot. Also, transparency:qplot(jitter(Age), jitter(CharityLog,a=0.1), color=EffectiveAltruism, data=survey,alpha=I(0.5))Default
jitter()worked great onAge, but was negligible onCharityLog.