search for: fnupt

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

Did you mean: gnupt
2006 Nov 30
4
Quicker way of combining vectors into a data.frame
...5.6 "gc" 0.10 0.3 0.10 0.3 And I stepped through it under debug() and all the calculations before are quick, and then this bit takes a little over 20 seconds to complete fab <- data.frame(lc.ratio = lc.ratio, Q = Q, fNupt = fNupt, rho.n = rho.n, rho.s = rho.s, net.Nimm = net.Nimm, net.Nden = net.Nden, CLminN = CLminN, CLmaxN = CLmaxN, CLmaxS = CLmaxS) I can get it down to c. 5 seconds if I d...