On 06/05/2010 07:35 AM, Georg Ehret wrote:
Dear R community,
I am working on a dataset that has median 0 (due to many "0" entries)
for my principal variable of interest (40 entries in total). I would like to
plot a graph of this variable to show it visually, but have a hard time:
boxplots are not informative (because median 0). Conventional scatterplots
are neither. Is there a good way to do this (e.g. plotting the "0" values
with a jitter or something else...)?
Hi Georg,
Depending upon what you are plotting it against, count.overplot in the
plotrix package might do some good.
Jim
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.