Latest update on 2012年3月5日 (月) at 10:54:46.
par(mar=c(5,4,1,4),cex=1.6,xpd=TRUE)
pcol <- c("blue","darkgreen","red")
plot(wt~mpg, data=subset(mtcars,cyl %in% c(4,8)), col=pcol[ifelse(cyl==4,1,ifelse(cyl==6,2,3))],
pch=16, xlim=c(10,35), ylim=c(1,6), frame.plot=FALSE)
segments(2:7*5,1,2:7*5,6,lty=2,lwd=1, col="navy")
segments(10,1:6,35,1:6,lty=2,lwd=1, col="navy")
legend(36,4,pch=16,col=c("red","blue"),legend=c("eight","four"))
▼前【1912】(疫学勉強会の日(2011年6月28日) ) ▲次【1914】(6月末日(2011年6月30日) ) ●Top
△Read/Write COMMENTS