On 27/01/2016 4:56 AM, Kim Pilegaard wrote:
I have a function that calls par, it has worked nicely before. Now I get the 
following error:

Error in par(mar = c(5.1, 4.1, 5.1, 2.1)) :
   there is no .Internal function 'par'

Can anyone give me a hint so solve this problem?

You have a copy of par() from some earlier version of R. Perhaps you called edit() on it and saved a copy? The current one doesn't call .Internal.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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