search for: lotplan_variogram_mod

Displaying 2 results from an estimated 2 matches for "lotplan_variogram_mod".

2006 Nov 24
2
plot() and Jpeg() increase font size and resolution
...is in a normal plot, so I presume it has to do with plotting the variogram model. Any help on how to increase the font size and resolution would be appreciated? R-calls: v1<-variogram(log(z)~x+y, loc=coordinates(shp1),data=shp1) m1<-vgm(0.0175, "Gau", 200000,0.052) jpeg(file="LOTPLAN_variogram_mod.jpg", bg="white", res=300, pointsize=16, width=1200, height=1200, quality=100) plot(v1,plot.number=F, model=m1, ylim=c(0.04,0.08), col="black", cex.axis=1.5) dev.off() Thanks Herry Dr Alexander Herr Spatial and statistical analyst CSIRO, Sustainable Ecosystems Davies L...
2006 Nov 27
2
[R-sig-Geo] plot() and Jpeg() increase font size and resolution
...; has to do with plotting the variogram model. Any help on how to > increase the font size and resolution would be appreciated? > > R-calls: > v1<-variogram(log(z)~x+y, loc=coordinates(shp1),data=shp1) > m1<-vgm(0.0175, "Gau", 200000,0.052) > > jpeg(file="LOTPLAN_variogram_mod.jpg", bg="white", res=300, > pointsize=16, width=1200, height=1200, quality=100) > > plot(v1,plot.number=F, model=m1, ylim=c(0.04,0.08), col="black", > cex.axis=1.5) > > dev.off() > > Thanks Herry > > Dr Alexander Herr > Spatial and statis...