Thanks.
Yes it was due to the factor-thing. If I change Genotype as mentioned
everything works fine.
Thanks
Hermann
2013/10/15 Sarah Goslee
> Hi,
>
> Genotype is a factor, and R is giving you the default type for that data
> type.
>
> I changed your data frame to mydata because df() is a functi
..@r-project.org
[mailto:r-help-boun...@r-project.org] On Behalf Of Sarah Goslee
Sent: Tuesday, October 15, 2013 11:48 AM
To: Hermann Norpois
Cc: r-help
Subject: Re: [R] plot: want only dots
Hi,
Genotype is a factor, and R is giving you the default type for
that data type.
I changed your data fram
Hi,
Genotype is a factor, and R is giving you the default type for that data type.
I changed your data frame to mydata because df() is a function, but see this:
> str(mydata)
'data.frame':20 obs. of 2 variables:
$ Genotype: Factor w/ 3 levels "0","1","2": 1 1 1 1 1 1 1 1 2 2 ...
$ z
3 matches
Mail list logo