search for: lttempmean

Displaying 1 result from an estimated 1 matches for "lttempmean".

2004 Nov 19
0
Legend
...se the lattice library for this functionality? Also, how does one get around removing the grey background produce by the following xyplot. The postscript works great but my boss wants the figures for the Microsoft world. Thanks Randy ########Coding used for fill question? dense <- rep(0,length(LTtempmean)) for(i in 1:length(LTtempmean)){ if(LTtempmean[i] < 2)dense[i]=5 else if(LTtempmean[i] >= 2 & LTtempmean[i] < 4)dense[i]=12 else if(LTtempmean[i] >= 4 & LTtempmean[i] < 6)dense[i]=30 else if(LTtempmean[i] >= 6 & LTtempmean[i] < 8)dense[i]=45 else if(LTtempmean[i] &...