Example: ```R scale_x_continuous( limits = c(regionStartZoom, regionEndZoom), breaks = seq(127600000, 129000000, 100000), labels = (seq(127600000, 129000000, 100000)/1000000)) ```
Example:
scale_x_continuous( limits = c(regionStartZoom, regionEndZoom), breaks = seq(127600000, 129000000, 100000), labels = (seq(127600000, 129000000, 100000)/1000000))