[R] "Masked by GlobalEnv"
Uwe Ligges
ligges at statistik.tu-dortmund.de
Sun Aug 12 12:44:24 CEST 2012
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_ '.GlobalEnv':
>
> coll, sp
> The following object(s) are masked from 'mach':
>
> angle, area, dis, plot, sp
>> xmach=dis*sin(angle/180*pi); ymach=dis*cos(angle/180*pi)
>> plot(xmach,ymach, xlim=c(-5,5),ylim=c(-5,5), pch=19, cex=
> machm$area*0.05,col=machm$coll)
Please read the posting guide that suggests how to ask questions in a
way that we can answer. Your code is not reproducible for us, we do not
have the data nor do we know whjat you actually expect.
Uwe Ligges
>
> Graph did not take right R color code.
> How can i solve this problem?, As i am the newest user of R programme.
>
> with regards,
> ashok
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> 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.
>
More information about the R-help
mailing list