是否可以将面板标签放在格子的底部?

时间:2013-04-29 19:34:46

标签: r lattice

是否可以在底部而不是顶部放置面板标签(即3gears,4gears ......)?

enter image description here

# Lattice Examples
library(lattice)
attach(mtcars)

# dotplot for each combination of two factors
dotplot(cyl.f~mpg|gear.f,
        main="Dotplot Plot by Number of Gears and Cylinders",
        xlab="Miles Per Gallon")

谢谢!

0 个答案:

没有答案