Hi Jim, thanks for your response, i really appreciate it, I'm attaching a picture of a two way bar chart made by excel (i hate excel and i want to be desperately able to do these things with R) hope you could give me some command lines that will help me,
Thanks Again. Benjamin Telkamp On 4 January 2014 11:02, Jim Lemon [via R] < ml-node+s789695n4683080...@n4.nabble.com> wrote: > On 01/04/2014 03:08 AM, Benjamin Telkamp [via R] wrote: > > > Dear R-users, > > > > I'm struggling with APA formatted two way BAR-charts according to > apa-style > > i should have the legend in the background of my plot (so above the bars > and > > not beside the picture/plot itself) and the background should be > completely > > white without gridlines or what so ever. Could any one give me a hint or > > solution? See Below for my commands > > > > thank you so much, > > > > Benjamin Telkamp (Email: [hidden > > email]<http://user/SendEmail.jtp?type=node&node=4683080&i=0>, > The Netherlands) > > > > these are the commands used so far which just didn't give me what i > wanted > > > > library(ggplot2) > > library(foreign) > > install.packages("Hmisc") > > DATA1<- read.spss(file=DATA1, use.value.labels=TRUE, to.data.frame=TRUE) > > Bar_PD<- ggplot(DATA1, aes(Age_group, IRI_PD )) > > Bar_PD + stat_summary(fun.y = mean, geom = "bar", fill = "Purple") + > > stat_summary(fun.data = mean_cl_normal, geom = "errorbar", width = 0.2) > + > > labs (x = "Leeftijdsgroep", y = "IRI PD") + theme(plot.background = > > element_rect(colour= "White")) > > > Hi Benjamin, > I'm not sure what you mean by a two way bar chart. If it is a grouped > barplot in which the members of each group are defined by the levels of > one discrete variable and the groups are defined by another discrete > variable, the basic "barplot" function with an added legend should do > what you want. Can you give an example such as an image on the internet > that shows what you want? > > Jim > > ______________________________________________ > [hidden email] <http://user/SendEmail.jtp?type=node&node=4683080&i=1>mailing > list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://r.789695.n4.nabble.com/APA-two-way-bar-chart-tp4683046p4683080.html > To unsubscribe from APA two-way bar-chart, click > here<http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4683046&code=aW56aWNodGVsaWprQGdtYWlsLmNvbXw0NjgzMDQ2fC0xNjc3ODIzODA1> > . > NAML<http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- Wiskunde & Statistiek Inzichtelijk (WISI) www.wisi.nl b.telk...@wisi.nl inzichtel...@gmail.com mobile 0644835211 B.S.D. Telkamp Herenstraat 1A 2313 AD Leiden rekeningnummer (Triodos Bank): 39.01.30.605 t.n.v. WISI plaatje 1.jpg (18K) <http://r.789695.n4.nabble.com/attachment/4683081/0/plaatje%201.jpg> -- View this message in context: http://r.789695.n4.nabble.com/APA-two-way-bar-chart-tp4683046p4683081.html Sent from the R help mailing list archive at Nabble.com. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.