Skip to content
Prev 385460 / 398506 Next

plot factors with dots in R

On Thu, Aug 27, 2020 at 5:46 PM Luigi Marongiu <marongiu.luigi at gmail.com> wrote:
Perhaps this is a good starting point:

with(df, dotchart(y, labels = x, pch = 16))

-Deepayan