R2-29 第十次作业 综合作业

CISO 2018-01-10 22:54:02 阅读: 1087

# Figure 1


library(ggplot2)

library(Rmisc)

dat <- ToothGrowth

dat2 = summarySE(dat,measurevar="len", groupvars=c("supp","dose"))

pd = position_dodge(0.1)

p=ggplot(dat2, aes(x=dose, y=len, colour=supp, group=supp))+geom_line(position=pd)

p+geom_errorbar(aes(ymin=len-se, ymax=len+se), colour="black", width=.1, position=pd)+geom_point(position=pd,size=3, shape=21, fill="white")+xlab("Dose (mg)") + ylab("Tooth length")+labs(color="Supplement type")+ggtitle("R2-29 CC")


# Figure 2


options(scipen = 999)

data("midwest",package="ggplot2")

p=ggplot(midwest,aes(x=area,y=poptotal))+geom_point(aes(col=state,size=popdensity))+geom_smooth(method="loess",se=T,col="red")+xlim(c(0,0.1))+ylim(c(0,500000))+xlab("Area")+ylab("Population")

p+ggtitle("R2-29 CC")


# Figure 3


library(reshape2)

library(plyr)

library(scales)

dat<- read.csv(file.choose())

dat2 <- melt(dat, id.vars=c("Name"))

dat2 <- ddply(dat2, .(variable), transform, label = rescale(value))

ggplot(dat2, aes(x=variable,y=Name)) + geom_tile(aes(fill=label))+scale_fill_gradient(low="yellow",high ="blue")+xlab("Type")+ ggtitle("R2-29 CC")

                                              

10-1.png

10-2.png

10-3.png

 
邀请讨论

附件

{{f.title}} 大小 {{f.file_size}} 下载 {{f.count_download}} 金币 {{f.count_gold}}
{{item.nick_name}} 受邀请回答 {{item.create_time}}
{{item.refer_comment.nick_name}} {{item.refer_comment.create_time}}

附件

{{f.title}} 大小 {{f.file_size}} 下载 {{f.count_download}} 金币 {{f.count_gold}}
切换到完整回复 发送回复
赞({{item.count_zan}}) 踩({{item.count_cai}}) 删除 回复 关闭
科研狗©2015-2024 科研好助手,京ICP备20005780号-1 建议意见

服务热线

178 0020 3020

微信服务号