[R] vegdist Error en double(N * (N - 1)/2) : tama?o del vector especificado es muy grande

2013-02-08 Thread Carolina Bello
#x27;t know what is going on and less how to solve this, can anybody help me? thanks Carolina Bello IAVH-COLOMBIA -- View this message in context: http://r.789695.n4.nabble.com/vegdist-Error-en-double-N-N-1-2-tama-o-del-vector-especificado-es-muy-grande-tp4658010.html Sent from the R hel

Re: [R] vegdist Error en double(N * (N - 1)/2) : tama?o del vector especificado es muy grande

2013-02-11 Thread Carolina Bello
AN=vegdist(DF[,2:ncol(DF)],"jaccard") E1=hclust(DISTAN,"ward") Thanks a lot for helping me in my problem i think this is exceeding my programing capacities =( Carolina Bello 2013/2/9 Prof Brian Ripley > Suppose N = 138037 (you haven't really told us). A di

Re: [R] Allocate virtual memory on hard drive

2013-03-11 Thread Carolina Bello
Hi you can use memory.limit(size = 10) to allocated aprox 100 gigas of your HDD as ram, it´s depends that you have that capacity available in your pc, as Prof Ripley said it makes your pc really slow. gc() is a garabge collector so it just delete what is hidden in memory look CB 2013/3/11