Hello everyone, I saw this scatterplots from a paper and thought it looked very nice: https://drive.google.com/file/d/1V7F1gq-J_GIFDOrJs00hwGyXUqCZ_xwa/view?usp=sharing It was similar to stripchart() with 'jitter' method, but it has a special pattern of aligning points which made it look nicer than standard stripchart(). Does anyone know if there is a package in R that can do this kind of plots? Thanks, John
Hi, John, look for the package beeswarm. Regards -- Gerrit --------------------------------------------------------------------- Dr. Gerrit Eichner Mathematical Institute, Room 212 gerrit.eichner at math.uni-giessen.de Justus-Liebig-University Giessen Tel: +49-(0)641-99-32104 Arndtstr. 2, 35392 Giessen, Germany http://www.uni-giessen.de/eichner --------------------------------------------------------------------- Am 22.07.2020 um 07:23 schrieb array chip via R-help:> > Hello everyone, > > I saw this scatterplots from a paper and thought it looked very nice: > > https://drive.google.com/file/d/1V7F1gq-J_GIFDOrJs00hwGyXUqCZ_xwa/view?usp=sharing > > It was similar to stripchart() with 'jitter' method, but it has a special pattern of aligning points which made it look nicer than standard stripchart(). > > Does anyone know if there is a package in R that can do this kind of plots? > > Thanks, > > John > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >
Christopher W Ryan
2020-Jul-23 13:33 UTC
[R] [External Email] how to generate this kind of graph
You might like the beeswarm package. --Chris Ryan SUNY Upstate Medical University and Broome County Health Department On Thu, Jul 23, 2020 at 1:15 AM array chip via R-help <r-help at r-project.org> wrote:> > Hello everyone, > > I saw this scatterplots from a paper and thought it looked very nice: > > > https://drive.google.com/file/d/1V7F1gq-J_GIFDOrJs00hwGyXUqCZ_xwa/view?usp=sharing > > It was similar to stripchart() with 'jitter' method, but it has a special > pattern of aligning points which made it look nicer than standard > stripchart(). > > Does anyone know if there is a package in R that can do this kind of plots? > > Thanks, > > John > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >[[alternative HTML version deleted]]