Displaying 1 result from an estimated 1 matches for "378266".
Did you mean:
372866
2009 Apr 26
6
Memory issues in R
...ed (Mb)
Ncells 186251 5.0 407500 10.9 350000 9.4
Vcells 98245 0.8 786432 6.0 358194 2.8
> BR <- read.csv ("C:/R-Stats/Bat calls/Reduced bats.csv")
> gc()
used (Mb) gc trigger (Mb) max used (Mb)
Ncells 188034 5.1 667722 17.9 378266 10.2
Vcells 9733249 74.3 20547202 156.8 20535538 156.7
> attach(BR)
> library(ggplot2)
> library(MASS)
> library(batcalls)
> BRC<-kde2d(Sc,Fc)
Error: cannot allocate vector of size 228.9 Mb
> gc()
used (Mb) gc trigger (Mb) max used (...