I would like to make the ticks in the following graph daily instead of every 2 days.
df1 <- structure( list( Timestamp = structure( c(
Instead of using scale_x_datetime(breaks = "1 day"), try for scale_x_datetime(date_breaks = "1 day")