[R] Suppressing scientific notation on plot axis tick labels

Dimitri Shvorob dimitri.shvorob at gmail.com
Tue Feb 2 12:58:39 CET 2010


options(scipen = 50, digits = 5) 
x  = c(1e7, 2e7) 
barplot(x) 

Still scientific...
-- 
View this message in context: http://n4.nabble.com/Suppressing-scientific-notation-on-plot-axis-tick-labels-tp1459697p1459828.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list