Displaying 2 results from an estimated 2 matches for "variogrammap".
Did you mean:
variogramma
2004 Jun 16
0
gstat 0.9-12: cokriging cross validation and class name incompatibilities
...gram. 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" will not work with the new
package. As these are S3 classes, a simple solution would be to
reassign the class:
class(v) = c("...
2004 Jun 16
0
gstat 0.9-12: cokriging cross validation and class name incompatibilities
...gram. 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" will not work with the new
package. As these are S3 classes, a simple solution would be to
reassign the class:
class(v) = c("...