This:
ggplot(Data, aes(x = Bla), bins = 30, labels = TRUE, format(x, scientific = FALSE)) +
geom_histogram()
does not work. I want to suppress the scientific notation (e.g. 1.0e+07). Any ideas? Thanks!
You can use options(scipen = 999) before you plot.
This will disable scientific notation in general and not only in your x-axis.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With