# NOT RUN {
library(lattice)
xyplot(1~1)
zoom(xyplot(1~1))
zoom(xyplot(1~1), cex=1)
# }
# NOT RUN {
taf.png("myplot")
plot(1)
dev.off()
taf.png("mytrellis")
zoom(xyplot(1~1))
dev.off()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab