I was trying to disable the scientific notation with the options(scipen=999) command. It worked fine for my plot but now I want to have the scientific notation again so I would like to disable that command.
You need to set scipen back to 0:
options(scipen = 0)
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