Displaying 3 results from an estimated 3 matches for "mirjam".
Did you mean:
miriam
2006 May 15
1
Memory allocation fails in R 2.2.1 and R 2.3.0 on SGI Irix, while plenty of memory available (PR#8861)
...oblem, for example by running:
> v1 <- seq(1,2^29)
> v2 <- seq(1,2^29)
> v3 <- seq(1,2^29)
> v4 <- seq(1,2^29)
This yields an R process, consuming about 8 Gb of RAM:
PID PGRP USERNAME PRI SIZE RES STATE TIME WCPU% CPU% COMMAND
177484 177484 mirjam 20 8225M 8217M sleep 1:18 29.3 0.00 R
After upgrading from R 2.0.0 to R 2.2.1, we cannot allocate more than
about 1300 M of memory, as shown below:
> v1 <- seq(1,2^29)
Error: cannot allocate vector of size 2097152 Kb
> v1 <- seq(1,2^28)
> v2 <- seq(1,2^27)
Error:...
2012 Feb 20
2
overlay of two sets of boxplots
...ow can I overlay the two set of boxplots (preferably in different colors), so that I can compare them one by one, meaning two boxplots corresponding to the same character in "Strain" are directly above each other?
I have tried a lot of things and would greatly appreciate your help.
Best,
Mirjam
[[alternative HTML version deleted]]
2006 May 15
0
Memory allocation fails in R 2.2.1 and R 2.3.0 on SGI Irix, (PR#8862)
...:
> > v1 <- seq(1,2^29)
> > v2 <- seq(1,2^29)
> > v3 <- seq(1,2^29)
> > v4 <- seq(1,2^29)
> This yields an R process, consuming about 8 Gb of RAM:
> PID PGRP USERNAME PRI SIZE RES STATE TIME WCPU% CPU% COMMAND
> 177484 177484 mirjam 20 8225M 8217M sleep 1:18 29.3 0.00 R
>
> After upgrading from R 2.0.0 to R 2.2.1, we cannot allocate more than
> about 1300 M of memory, as shown below:
> > v1 <- seq(1,2^29)
> Error: cannot allocate vector of size 2097152 Kb
> > v1 <- seq(1,2^28)
> >...