Displaying 1 result from an estimated 1 matches for "machm".
Did you mean:
mach
2012 Aug 12
2
"Masked by GlobalEnv"
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*...