On 09.05.2010 18:37, bbslover wrote:

a<-1:5
b<-2:6
plot(a,b)
Error in function (width, height, pointsize, record, rescale, xpinch,  :
   Graphics API version mismatch


before, R 2.10  , plot() is ok.   Now, R 2.11.0 does not work


YYou have probably an old version of the graphics package in your search path. Just look into your libraries and delete any "graphics" package that are not in your R_HOME/library

Uwe Ligges

______________________________________________
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