Guest User

Untitled

a guest
Jul 30th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. df <- read.csv("C:/Users/EDDIE/Documents/R/ok1.csv",sep=',',header=T)
  2. df
  3. y <- t(df)
  4. y
  5. barplot(y, beside = TRUE, col = c("red", "blue"), main = "export data")
Add Comment
Please, Sign In to add comment