search for: clmax

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

Did you mean: cmax
2006 Nov 30
4
Quicker way of combining vectors into a data.frame
...econds 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, net.Nden, CLmin...