0

パネル ラベル (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")

ありがとう!

4

0 に答える 0