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 <[email protected]> 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
> [email protected]<mailto:[email protected]>
> www.env.dtu.dk<http://www.env.dtu.dk/>
>
>
>
>
>         [[alternative HTML version deleted]]
>
>
> ______________________________________________
> [email protected] 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]]

______________________________________________
[email protected] 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