Skip to content

How to generate this type of scatter plots in R

3 messages · array chip, Jim Lemon, Paul Bivand

#
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,
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:
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: