Displaying 1 result from an estimated 1 matches for "2683553".
2003 Dec 16
1
Memory issues in "aggregate" (PR#5829)
...yofweek <= 5)
> nrow(profiles)
[1] 100520
> attach(profiles)
> pseudo.hist <- aggregate(duration, list(Delta), length)
> colnames(pseudo.hist) <- c("Delta", "N")
> detach(profiles)
> gc()
used (Mb) gc trigger (Mb)
Ncells 701188 18.8 2683553 71.7
Vcells 1447712 11.1 8201413 62.6
> memory.profile()
NILSXP SYMSXP LISTSXP CLOSXP ENVSXP PROMSXP LANGSXP
1 7228 244243 3949 495 773 113819
SPECIALSXP BUILTINSXP CHARSXP LGLSXP INTSXP...