I am trying to make a graph in ggplot2. I want the x-axis to show 2.84 along with the sequence typed below. Is there any other way beside typing all the exact values in breaks()? I tried google but it doesn't solve my problem.
scale_x_continuous(limits = c(1, 7), seq(1,7,by=0.5), name = "Number of
treatments")