I have a plot
How can I format the x and y axis so they are not in scienftic notation?
Thank you.
I have a plot
How can I format the x and y axis so they are not in scienftic notation?
Thank you.
I believe you can do this by adjusting the scientific notation setting for R in general. This should pretty much disable it:
options(scipen=999)