Created
March 9, 2014 18:43
-
-
Save mickeypash/9452431 to your computer and use it in GitHub Desktop.
I need to add errobars to this plot and maybe make a transformation or use something other than barplots to visualise these means
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b.means <-c (0.2356355, 0.2294562, 0.2197686) | |
barplot(b.means,ylim=c(0,1), main="Mean proportion for competitors", | |
names.arg= c("Phonological", "Semantic", "Distractor"), col = c("gray1", "gray45", "gray90")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment