R语言-画图

1 > c<-c(1,2,3,4,5,6,1,3)
2 > barplot(c)

1 > c<-c(1,2,3,4,5,6,1,3)
2 > plot(c)

1 > c<-c(1,2,3,4,5,6,1,3)
2 > barplot(c,horiz = TRUE)

1 > c<-c(1,2,3,4,5,6,1,3)
2 > barplot(c,xlab="Index",ylab = "Improvement", horiz = FALSE)

posted @ 2016-10-04 14:04  BelFuture  阅读(401)  评论(0编辑  收藏  举报
The horizon of life is broadened chiefly by the enlargement of the heart.