On Mon, 3 Mar 2014 16:17:11 -0500 Duncan Murdoch
wrote:
> On 14-03-03 4:02 PM, Ranjan Maitra wrote:
> > Hi,
> >
> > I have struggled with this quite a bit (all morning and afternoon) and I
> > am not sure I am any close to a solution. Basically, here is my sample
> > code:
> >
> > require(grid)
>
On 14-03-03 4:02 PM, Ranjan Maitra wrote:
Hi,
I have struggled with this quite a bit (all morning and afternoon) and I
am not sure I am any close to a solution. Basically, here is my sample
code:
require(grid)
require(ggplot2)
X <- data.frame(x = c(rnorm(10), rnorm(10, mean = 2, sd = 2), rnorm
Hi,
I have struggled with this quite a bit (all morning and afternoon) and I
am not sure I am any close to a solution. Basically, here is my sample
code:
require(grid)
require(ggplot2)
X <- data.frame(x = c(rnorm(10), rnorm(10, mean = 2, sd = 2), rnorm(10,
mean =5)), group = c(rep("Ellipse", 10)
3 matches
Mail list logo