On 09/09/2012 12:14 AM, Zhang Qintao wrote:
Hi, All,
I am trying to use R to make the following type of boxplot while I couldn't
find a way to do it.
My dataset looks like X1 Y1 X2 Y2 SPLIT. The split highlights my
experiment details and both x and y are continuous numerical values. I
need
The symbols function allows you to place boxplot symbols at specified
x,y coordinates. Would that do what you want?
On Sat, Sep 8, 2012 at 8:14 AM, Zhang Qintao wrote:
> Hi, All,
>
> I am trying to use R to make the following type of boxplot while I couldn't
> find a way to do it.
>
> My dataset
On Sep 8, 2012, at 7:14 AM, Zhang Qintao wrote:
> Hi, All,
>
> I am trying to use R to make the following type of boxplot while I couldn't
> find a way to do it.
>
> My dataset looks like X1 Y1 X2 Y2 SPLIT. The split highlights my
> experiment details and both x and y are continuous numeric
Please supply some sample data and preferably the code that you have used so
far.
To supply data the best way is probably to use the dput() function. If your
data is 'mydata' simply do : dput(mydata) and paste the results into your email
John Kane
Kingston ON Canada
> -Original Messag
4 matches
Mail list logo