search for: 900x900

Displaying 1 result from an estimated 1 matches for "900x900".

2007 Oct 01
1
Speeding up image plots
...ge() or levelplot()) in order to export lower quality versions of the resulting plots. I intend to export a large number of images in order to construct animated gifs. For this purpose, I used the png()-function in conncection with image() and levelplot(). But the underlying arrays are so big (900x900 entries) that the export of every single image takes very long. Using caTools for exporting animated gifs from 3-dimensional arrays (dim(array)=c(900,900,No of plots) works extremely fast, but unfortunately, the level of flexibility for plot design is very low (no labelling, legends etc.). I g...