Guest User

Untitled

a guest
May 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. valores=c(12.5,25.0,12.5,25.0)
  2. names(valores)=c("Escrita","Leitura","Comp. Oral","Exp. Oral")
  3. par(mai=c(1,1.2,1,1))
  4. barplot(valores,horiz = TRUE,xaxt="n",xlim=c(0,100),width=0.3,ylim=c(0,5),xlab=c("Nível"),space=c(0.3,0.3,0.3,0.3),
  5. col="firebrick",las=1)
  6. ticks<-c(0,25,50,75)
  7. axis(1,at=ticks,labels=c("","A1","A2","B1"))
Add Comment
Please, Sign In to add comment