How to specify the numbers on the x scale in gg plot

I think at the very least we need some sample data. A handy way to supply sample data is to use the dput() function. See ?dput. If you have a very large data set then something like head(dput(myfile), 100) will likely supply enough data for us to work with.

For general info on asking questions FAQ: How to do a minimal reproducible example ( reprex ) for beginners