Re: [R] "Masked by GlobalEnv"

2012-08-13 Thread S Ellison
y of the data is in use. > -Original Message- > From: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] On Behalf Of Ashok Parmar > Sent: 12 August 2012 03:54 > To: r-help@r-project.org > Subject: [R] "Masked by GlobalEnv" > > hello everyone

Re: [R] "Masked by GlobalEnv"

2012-08-12 Thread Uwe Ligges
On 12.08.2012 04:54, Ashok Parmar wrote: hello everyone, i am getting problems in graph plotting. When i attach file after adding color attributes in my data set. i got problem of "GlobalEnv" and masked the followings. Like this attach(machm) The following object(s) are masked _by_ '.Global

[R] "Masked by GlobalEnv"

2012-08-11 Thread Ashok Parmar
hello everyone, i am getting problems in graph plotting. When i attach file after adding color attributes in my data set. i got problem of "GlobalEnv" and masked the followings. Like this >attach(machm) The following object(s) are masked _by_ '.GlobalEnv': coll, sp The following object(s) ar

Re: [R] masked by GlobalEnv ???

2012-05-12 Thread Martin Maechler
> R Michael Weylandt > on Sat, 12 May 2012 09:20:06 -0500 writes: > The right response is not to use attach(). What's going > on is that you have objects by those names in your global > workspace and in the object you are attaching. Since > .GlobalEnv is always (?) fi

Re: [R] masked by GlobalEnv ???

2012-05-12 Thread R. Michael Weylandt
The right response is not to use attach(). What's going on is that you have objects by those names in your global workspace and in the object you are attaching. Since .GlobalEnv is always (?) first on the search path, you won't be able to see those that you just added unless you remove the ones in

[R] masked by GlobalEnv ???

2012-05-12 Thread Jhope
Hi R Listers, I am trying to upload a data file and I received this message. It seems that I am still able to make graphs and Aeventexhumed still works in the analysis. Can I ignore this message or do I need to do something about this? Jean > require(plyr) Loading required package: plyr > turt