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
How to generate this type of scatter plots in R
3 messages · array chip, Jim Lemon, Paul Bivand
Hi John, Perhaps "dendroPlot" in the plotrix package? JIm On Thu, Jul 23, 2020 at 11:00 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.
7 days later
This looks like a beeswarm plot - using package beeswarm or (for ggplot users) ggbeeswarm. Paul
On Thu, 23 Jul 2020 at 05:31, Jim Lemon <drjimlemon at gmail.com> wrote:
Hi John, Perhaps "dendroPlot" in the plotrix package? JIm On Thu, Jul 23, 2020 at 11:00 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.
______________________________________________ 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.