search for: clminn

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

Did you mean: cline
2006 Nov 30
4
Quicker way of combining vectors into a data.frame
...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 do (not Rprof'ed): fab <- data.frame(lc.ratio, Q, fNupt, rho.n, rho.s, net.Nimm,...