search for: temp_i

Displaying 3 results from an estimated 3 matches for "temp_i".

Did you mean: temp_c
2011 Jan 29
1
environment question: changing variables from a formula through model.frame?
Hello all, I came across a behavior of R with environments that I'm not sure what is causing it. It involves changing variables that are found through using model.frame on a formula inside a function. I wonder if it's a "bug" or a "feature". And in either case, how it might be managed. Here is a simple example: # let's say we have an x and y variables: temp_x
2011 Jan 26
1
boxplot - code for labeling outliers - any suggestions for improvements?
Hello all, I wrote a small function to add labels for outliers in a boxplot. This function will only work on a simple boxplot/formula command (e.g: something like boxplot(y~x)). Code + example follows in this e-mail. I'd be happy for any suggestions on how to improve this code, for example: - Handle boxplot.matrix (which shouldn't be too hard to do) - Handle cases of complex
2012 Dec 28
3
Merging data tables
...d pasting for a day or more? Data formats are: bat activity Date Time Label Number 6/3/2011 10:01 Tadbra 2 6/3/2011 10:02 Tadbra 4 6/3/2011 10:08 Tadbra 1 6/3/2011 10:13 Tadbra 2 6/3/2011 10:49 Tadbra 2 6/3/2011 10:51 Tadbra 2 6/3/2011 10:52 Tadbra 4 Weather: date time Temp_I Temp_E RH mph_a mph_x 6/3/2011 0:00 15 15.7 30.4 4.4 15.5 6/3/2011 0:30 15 15.2 31.6 5.7 11.2 6/3/2011 1:00 15 15.1 31.3 10.3 17.5 6/3/2011 1:30 14 13.6 44.5 4.7 12.1 6/3/2011 2:00 12.5 13.2 37.9 2.1 6.5 6/3/2011 2:30 12.5 13.5 35.3 6.3 10.1 6/3/2011 3:00 1...