Displaying 1 result from an estimated 1 matches for "fn_slot03_byperson".
2011 Jul 16
1
Fwd: construct boxplots from data with varying column widths
...frame': 1940170 obs. of 2 variables:
> $ function.: Factor w/ 127 levels "fn_activities01_list",..: 102
> 102 102 102 102 102 102 102 102 102 ...
> $ runtime : num 38.1 32.4 41.2 92.9 130.5 ..
>
>> head(data2)
> function. runtime
> 1 fn_slot03_byperson 38.083
> 2 fn_slot03_byperson 32.396
> 3 fn_slot03_byperson 41.246
> 4 fn_slot03_byperson 92.904
> 5 fn_slot03_byperson 130.512
> 6 fn_slot03_byperson 113.853
>
> tmp <- data2[data2$dbfunc=='fn_slot03_byperson',]
>> length(tmp$runtime)
> [1...