[R] Error : there is no .Internal function 'par'

Duncan Murdoch murdoch.duncan at gmail.com
Wed Jan 27 23:10:41 CET 2016


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



More information about the R-help mailing list