https://github.com/cran/gstat
Raw File
Tip revision: af644ded599fce0bab7e3e072e4703ad2e11c912 authored by Edzer J. Pebesma on 01 October 2004, 14:46:51 UTC
version 0.9-15
Tip revision: af644de
NAMESPACE
useDynLib(gstat)

export(bpy.colors, bubble, cross.name, fit.lmc, fit.variogram,
	fit.variogram.reml, get.contr, gstat, gstat.cv, "[.gstat",
	krige, krige.cv, makegrid, map.to.lev, mapasp, ossfim,
	point.in.polygon, predict.gstat, select.spatial, show.vgms,
	variogram, variogram.line, vgm, xyz2img, zerodist)

S3method(predict, gstat)
S3method(print, gstat)
S3method(print, gstatVariogram)
S3method(print, variogramCloud)
S3method(print, variogramModel)
S3method(variogram, default)
S3method(variogram, formula)
S3method(variogram, gstat)
S3method(plot, pointPairs)
S3method(plot, gstatVariogram)
S3method(plot, variogramMap)
S3method(plot, variogramCloud)
S3method(image, data.frame)

## once lattice has a NAMESPACE, remove require(lattice) from .onLoad 
## and uncomment the following line:
# import(lattice)
back to top