Ruben Roa has kindly suggested using 'scipen' option - cf.

> fixed notation will be preferred unless it is more than ‘scipen’ digits
> wider.

However, 

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

still does not produce the desired result.

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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to