Ask Question
17 December, 17:49

How do you find over laps in dot plots

+2
Answers (1)
  1. 17 December, 21:12
    0
    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.)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “How do you find over laps in dot plots ...” in 📘 Mathematics if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers