> with(wnd[wnd$ARR_DELAY < 180,], smoothScatter(DISTANCE, ARR_DELAY))
Warning messages:
1: In FUN(newX[, i], ...) :
Reached total allocation of 3981Mb: see help(memory.size)
2: In FUN(newX[, i], ...) :
Reached total allocation of 3981Mb: see help(memory.size)
3: In KernSmooth::bkde2D(x, bandwidth = bandwidth, gridsize = nbin, :
Reached total allocation of 3981Mb: see help(memory.size)
4: In KernSmooth::bkde2D(x, bandwidth = bandwidth, gridsize = nbin, :
Reached total allocation of 3981Mb: see help(memory.size)
5: In smoothScatter(DISTANCE, ARR_DELAY) :
Reached total allocation of 3981Mb: see help(memory.size)
6: In smoothScatter(DISTANCE, ARR_DELAY) :
Reached total allocation of 3981Mb: see help(memory.size)
I have come across Reached total allocation warning before and sometimes I restart R other times I ignore the warning. I am still learning the basics and don't pay much heed to this warning. But would like to know little bit more about this warning. Should I even bother to restart R or ignore the warning and just keep on working. Thx