99999久久久久久亚洲,欧美人与禽猛交狂配,高清日韩av在线影院,一个人在线高清免费观看,啦啦啦在线视频免费观看www

熱線電話:13121318867

登錄
2019-01-17 閱讀量: 1122
核密度估計(jì)用代碼實(shí)現(xiàn)

library(lattice)

mtcars$transmission <- factor(mtcars$am, levels=c(0, 1),

labels=c("Automatic", "Manual"))

colors <- c("red", "blue")

lines <- c(1,2)points <- c(16,17)

key.trans <- list(title="Transmission",

space="bottom", columns=2,

text=list(levels(mtcars$transmission)),

points=list(pch=points, col=colors),lines=list(col=colors, lty=lines),

cex.title=1, cex=.9)

densityplot(~mpg, data=mtcars,

group=transmission,

main="MPG Distribution by Transmission Type",

xlab="Miles per Gallon",

pch=points, lty=lines, col=colors,

lwd=2, jitter=.005,

key=key.trans)

0.0000
4
關(guān)注作者
收藏
評(píng)論(0)

發(fā)表評(píng)論

暫無數(shù)據(jù)
推薦帖子