パネル ラベル (3 ギア、4 ギアなど) を上部ではなく下部に配置することはできますか?
# 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")
ありがとう!