Guest User

Untitled

a guest
Dec 16th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ggplot(selected_preds, aes(x=CLASS, y=100*(10^lsmean), fill=CLASS, group=
  2. CLASS, ymin=100*(10^lower.CL), ymax=100*(10^upper.CL)))
  3. +geom_bar(stat="identity", width=0.5, size=5)+geom_errorbar(aes(ymin=100*(10^lower.CL), ymax=100*(10^upper.CL)), width=0, size=0.5) +theme_grey(base_size=14) + theme(legend.position="none") +labs(y = "Relative amount of compounds (%)") + theme(axis.text.x = element_text(angle = 45, hjust = 1))+theme(axis.text.x = element_text(size=5))
Add Comment
Please, Sign In to add comment