Displaying 1 result from an estimated 1 matches for "clmaxs".
Did you mean:
clmaxn
2006 Nov 30
4
Quicker way of combining vectors into a data.frame
...ame(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,
CLminN,
CLmaxN,...