Skip to content
Prev 8212 / 29559 Next

memory allocation problem with envelope function in spatstat

Hi Erika,

Yes, R's classic warning that you don't have enough memory. I've done K
function analysis with much larger (19,000 point) data sets on a machine
with 3.5GB (running 32 bit Linux), so what you are doing should be
possible. One thought is to create a new R workspace with only your
point data set in it. R wants to hold the workspace in memory, so if you
have a lot of stuff lying around your workspace, you could run into
problems.

Dan
On Fri, 2010-05-07 at 13:06 -0700, Erika Mudrak wrote: