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