找回密码
 立即注册
查看: 3415|回复: 0

用boxplot画箱形图的参数都怎么设置?

[复制链接]
发表于 2015-5-21 16:29:13 | 显示全部楼层 |阅读模式
本帖最后由 DECdevil 于 2015-5-21 16:32 编辑

读入文件“01.plot.txt”,每列为一个样本,绘制箱式图,并输出pdf图形文件。要求:显示标题,y轴名称,x轴名称(任意名或参考示例);并在图形中给出每个样本中非“NA”的数值个数。图形示例
QQ图片20150521162455.jpg
我自己写的程序代码!
setwd("e:/")
test<-read.table("01.plot.txt",header=TRUE)
boxplot(as.data.frame(test),col=c("red","blue","orange","mediumturquoise"),main="The example",xlab="the name of xlab",ylab="the name of ylab")
结果如图: Rplot01.png 我怎么设置参数才能达到要求的图片!
顺带传份数据 01.plot.rar (859 Bytes, 下载次数: 3)


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|R语言中文网

GMT+8, 2024-11-25 20:45 , Processed in 0.021328 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表