Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. ggplot(aes(x=as.factor(year),y=residual),data=op)+geom_violin()+
  2. geom_boxplot(width=0.1,fill="gray")+xlab("year")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement