Ask Question
21 March, 19:21

How do you find over laps in dot plots

+2
Answers (1)
  1. 21 March, 21:38
    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?
Get an answer to your question ✅ “How do you find over laps in dot plots ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers