Answers for "how to change the scientific notation of a plot function in r"

1

how to change the scientific notation of a plot function in r

x<-sample(1:10000000,10)
options(scipen=999)
plot(x)
Posted by: Guest on October-21-2021

Code answers related to "how to change the scientific notation of a plot function in r"

Browse Popular Code Answers by Language