Questions tagged [stripchart]

R stripchart produces one dimensional scatter plots (or dot plots) of the given data.

stripchart produces one dimensional scatter plots (or dot plots) of the given data. These plots are a good alternative to boxplots when sample sizes are small.

46 questions
-2
votes
1 answer

How to change the x-coordinate in stripchart?

In the former question,Ananda Mahto tell me how to create a striochart , it is better to change the x-coordinate from 0,2,4,6,8,10 (in graph1) into 0,1,2,3,4,5,6,7,8,9 (in graph2) How to change it ? set.seed(1) A <- sample(0:10, 100,…
showkey
  • 482
  • 42
  • 140
  • 295
1 2 3
4