Displaying 1 result from an estimated 1 matches for "39875k".
Did you mean:
3875k
1997 Apr 01
0
R-beta: Re: R-alpha: My two problems
...gc()
Garbage collection ...
753423 cons cells free (94%)
3875k bytes of heap free (96%)
Solaris-gorn% ~/R16 -n400000
> gc()
Garbage collection ...
353423 cons cells free (88%)
3875k bytes of heap free (96%)
Solaris-gorn% ~/R16 -v40
> gc()
Garbage collection ...
353423 cons cells free (88%)
39875k bytes of heap free (99%)
Solaris-gorn% ~/R16 -v4
> gc()
Garbage collection ...
353423 cons cells free (88%)
3875k bytes of heap free (96%)
>
> 2. When I type colors(), R tells me that it cannot find .Colors.
This one I can replicate. .Colors is not defined anywhere in the base
library...