Displaying 4 results from an estimated 4 matches for "gstatvariogram".
2006 Aug 20
3
plot problem
Hello.
I'm pretty much new to R and I'm trying to produce some figures.
It seems to me, that R has some asynchronous way of plotting figures.
When I run this code:
#constructs the semivariogram of SC1929
vgm1 <- variogram(SC1929~1,~U+V,puerto.map$att.data)
# trying to make new plot
dev.set(which=dev.next())
plot(vgm1)
title(main="Semivariogram",font.main=4)
2004 Jun 16
0
gstat 0.9-12: cokriging cross validation and class name incompatibilities
...hanges
Both gstat and geoR used the name "variogram" for -- highly incompatible --
objects that contain information about a variogram. This led to errors when
calling plot() with a variogram object calculated from one, but plotted by
the other package. I changed the class name into "gstatVariogram". The full
list of class name changes:
variogram -> gstatVariogram
point.pairs -> pointPairs
variogram.map -> variogramMap
variogram.cloud -> variogramCloud
You can still run scripts you have with the new packages, but e.g. plot(v)
when v is an old object of class "variogram...
2004 Jun 16
0
gstat 0.9-12: cokriging cross validation and class name incompatibilities
...hanges
Both gstat and geoR used the name "variogram" for -- highly incompatible --
objects that contain information about a variogram. This led to errors when
calling plot() with a variogram object calculated from one, but plotted by
the other package. I changed the class name into "gstatVariogram". The full
list of class name changes:
variogram -> gstatVariogram
point.pairs -> pointPairs
variogram.map -> variogramMap
variogram.cloud -> variogramCloud
You can still run scripts you have with the new packages, but e.g. plot(v)
when v is an old object of class "variogram...
2006 Nov 24
2
plot() and Jpeg() increase font size and resolution
Dear list,
I am having troubles increasing the fontize when plotting a
variogram{gstat} and its model (vgm) with plot and using jpeg(). Also
the resolution in the jpeg call does not work. I am using R2.4 on
Mandriva 10.2 linux.
I can change fontsize with cex.axis 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