asked 230k views
2 votes
How do you find over laps in dot plots

1 Answer

3 votes

Answer:

boxplot(count ~ spray, data = InsectSprays, outpch = NA)

stripchart(count ~ spray, data = InsectSprays,

vertical = TRUE, method = "jitter",

pch = 21, col = "maroon", bg = "bisque",

add = TRUE)

(Setting 'outpch = NA' avoids plotting outliers.)

Explanation:

answered
User IMarkDesigns
by
8.4k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.