Displaying 1 result from an estimated 1 matches for "tifftest".
Did you mean:
difftest
2009 Apr 05
1
problem with lattice tiff or bitmap: character size and color
...rame(state.x77, state.name = dimnames(state.x77)[[1]],
### state.region = state.region)
if(bitmap)
bitmap("bitmaptest.tiff", width=17.15, height=17.15, units="cm",
res=1200, pointsize=10, type="tifflzw",bg="white")
if(tiff)
tiff(file="tifftest.tiff",width=17.15,height=17.15,units="cm",
res=1200, pointsize=10, compression = "lzw")
### tiff(file="tifftest.tiff",width=17.15,height=17.15,units="cm",
###res=72, pointsize=10, compression = "lzw")
plot(xyplot(Murder ~ Population | st...