Skip to content
Prev 314018 / 398506 Next

lattice::xyplot & file output

Hello,

A reproducible example would be nice.

Anyway, with "lattice::xyplot", you can store, then print the figure, in 
order to write it into a file:

 > xyObj <- xyplot(...)
 > postscript(...)
 > print(xyObj)
 > dev.off()

Regards,
Pascal

Le 21/12/2012 02:29, Sam Steingold a ?crit :