Re: [R] violin plot help

2017-05-18 Thread Ismail SEZEN
> On 16 May 2017, at 17:06, Abdelrahman, Omar (RER) > wrote: > > I am trying to produce multiple violin plots by 3 categorical variables, each > violin representing 1 year worth of data. The variables are: > > Watershed (7 levels: county canals) > > Geography

Re: [R] violin plot help

2017-05-18 Thread Abdelrahman, Omar (RER)
gov>; R-help <r-help@r-project.org> Subject: RE: [R] violin plot help Your request is outside of the scope of ggplot2. There are a variety of ways to achieve your ends, but they all involve loops of one sort or another... e.g. wsheds <- unique( merged$Wshed ) for ( w in wsheds ) {

Re: [R] violin plot help

2017-05-17 Thread Jim Lemon
M > To: Abdelrahman, Omar (RER) <omar.abdelrah...@miamidade.gov> > Cc: R-help <r-help@r-project.org> > Subject: RE: [R] violin plot help > > Here is an example that works... a reproducible example always includes code > AND enough sample data to exercise the code: >

Re: [R] violin plot help

2017-05-17 Thread Abdelrahman, Omar (RER)
ate)"; I loaded lubridate? -Original Message- From: Jeff Newmiller [mailto:jdnew...@dcn.davis.ca.us] Sent: Wednesday, May 17, 2017 10:05 AM To: Abdelrahman, Omar (RER) <omar.abdelrah...@miamidade.gov> Cc: R-help <r-help@r-project.org> Subject: RE: [R] violin plot help Here is an ex

Re: [R] violin plot help

2017-05-17 Thread Abdelrahman, Omar (RER)
day, May 16, 2017 12:30 PM To: Abdelrahman, Omar (RER) <omar.abdelrah...@miamidade.gov>; R-help <r-help@r-project.org> Subject: RE: [R] violin plot help Please use reply-all or equivalent to keep the list in the conversation. I don't do private online consultation. Your ex

Re: [R] violin plot help

2017-05-17 Thread Jeff Newmiller
rus, Total (TP) 0.011 CD05Central C-100 2/7/2013Phosphorus, Total (TP) 0.007 CD06Central C-100 2/7/2013Phosphorus, Total (TP) 0.015 CD09Central C-100 2/7/2013Phosphorus, Total (TP) 0.008 CD01A Mouth C-100 3/7/201

Re: [R] violin plot help

2017-05-16 Thread Jeff Newmiller
lt;omar.abdelrah...@miamidade.gov>; 'r-help@r-project.org' ><r-help@r-project.org> >Subject: Re: [R] violin plot help > >Read >A) the Posting Guide (re plain text only... your emails may be damaged >by the mailing list if you send html-formatted email... only you can &g

Re: [R] violin plot help

2017-05-16 Thread Jeff Newmiller
Read A) the Posting Guide (re plain text only... your emails may be damaged by the mailing list if you send html-formatted email... only you can solve this by figuring out how to use your email software) B) Help on assignment (?`=`) C) Help on logical tests (?`==`) -- Sent from my phone. Please

[R] violin plot help

2017-05-16 Thread Abdelrahman, Omar (RER)
I am trying to produce multiple violin plots by 3 categorical variables, each violin representing 1 year worth of data. The variables are: Watershed (7 levels: county canals) Geography (5 levels: west; central; east; mouth; bay) Parameter (8 levels: water quality chemical parameters) Year (25