Displaying 1 result from an estimated 1 matches for "cphs".
Did you mean:
cph
2003 Dec 16
1
Memory issues in "aggregate" (PR#5829)
...XP ANYSXP VECSXP EXPRSXP
13383 9 24870 0 0 2598 2
BCODESXP EXTPTRSXP WEAKREFSXP
0 93 0
> memory.size(max = TRUE)
[1] 224669696
> memory.size(max = FALSE)
[1] 81072656
> attach(profiles)
> cphs.site <- aggregate(Timestamp, list(CNumber, localdate),
callsperhour)
> colnames(cphs.site) <- c("CNumber", "localdate", "CallsPerHour")
> detach(profiles)
> gc()
used (Mb) gc trigger (Mb)
Ncells 701695 18.8 2146842 57.4
Vcells 14493...