我想更改其中的header panel size
以及font size
的{{1}}。这是一个例子:
text
基本上我需要library(lattice)
dat <-data.frame(a=(rnorm(50)),b=(rnorm(50)),c=(c(rep("first",25),rep("second",25))))
xyplot(a~b|c, data=dat,par.settings = list(strip.background=list(col="gray")))
以及gray area
和"first"
字体大小的大小。