Displaying 2 results from an estimated 2 matches for "variogramcloud".
2004 Jun 16
0
gstat 0.9-12: cokriging cross validation and class name incompatibilities
...ng 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("gstatVariogram", "data.fram...
2004 Jun 16
0
gstat 0.9-12: cokriging cross validation and class name incompatibilities
...ng 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("gstatVariogram", "data.fram...