Guest User

Untitled

a guest
Jun 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. expdata <- mydata[,c(15,94)]
  2. ExpPlot <- ggplot(expdata,aes(x="Expenses", y=expdata$OpEx))+
  3. geom_jitter(alpha=.2,aes(color=expdata$Color),na.rm=T)+
  4. scale_color_manual(breaks = c("a", "b", "c","d"), values=c("red", "blue", "green", "purple"))
Add Comment
Please, Sign In to add comment