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: inzichtel...@gmail.com, 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"))







______________________________________
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-tp4683046.html
This email was sent by Benjamin Telkamp (via Nabble)
To receive all replies by email, subscribe to this discussion: 
http://r.789695.n4.nabble.com/template/NamlServlet.jtp?macro=subscribe_by_code&node=4683046&code=ci1oZWxwQHItcHJvamVjdC5vcmd8NDY4MzA0NnwtNzg0MjM1NTA4
        [[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.

Reply via email to