pscl パッケージで大統領選挙の xyplot を実行していたところ、エラーが発生しました。
data(presidentialElections)
library(lattice)
xyplot(demVote ~ year | state,
panel=panel.lines,
ylab="Democratic Vote for President (percent)",
xlab="Year",
data=presidentialElections,
scales=list(y=list(cex=.6),x=list(cex=.35)),
strip=strip.custom(par.strip.text=list(cex=.6)))
Error:
Error in recordGraphics(drawGrob(x), list(x = x), getNamespace("grid")) :
invalid graphics state
私は R の新しいユーザーであり、誰かがエラーを修正するのを手伝ってくれれば幸いです。