码迷,mamicode.com
首页 > 编程语言 > 详细

R语言对比图

时间:2015-07-03 10:34:35      阅读:218      评论:0      收藏:0      [点我收藏+]

标签:

CCA <-c(4959,2324)
names(CCA)<-C("A")
CCB <-c(7010,2333)
names(CCA)<-C("B")   
CC <- cbind(CCA, CCB)  
barplot(t(CC), beside = TRUE,legend = c("tomcat", "netty"),
width = c(10, 10), args.legend = list(x = "topleft", cex=1),
xlim = c(0, 50),ylim = c(0, 10000),cex = 2,cex.axis=2)
title(ylab="TPS")

版权声明:本文为博主原创文章,未经博主允许不得转载。

R语言对比图

标签:

原文地址:http://blog.csdn.net/guoguo11191/article/details/46738185

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!