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

William Dunlap wdunlap at tibco.com
Wed Jan 27 23:08:03 CET 2016


Did you somehow get a copy of the Splus par function into your
R workspace?

Use the conflicts() function to see if you have something masking par.


Bill Dunlap
TIBCO Software
wdunlap tibco.com

On Wed, Jan 27, 2016 at 1:56 AM, Kim Pilegaard <kipi at kt.dtu.dk> 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?
>
> Kim
>
>
> Kim Pilegaard
> Professor
> Atmospheric Environment
> DTU Environment
> Technical University of Denmark
> [http://www.dtu.dk/~/media/DTU_Generelt/Andet/DTU_email_logo_01.gif]
> Department of Environmental Engineering
> Miljøvej
> 2800 Kgs. LyngbyDenmark
> Mobile: +45 4025 6839
> kipi at env.dtu.dk<mailto:kipi at env.dtu.dk>
> www.env.dtu.dk<http://www.env.dtu.dk/>
>
>
>
>
>         [[alternative HTML version deleted]]
>
>
> ______________________________________________
> R-help at 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.
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list