Revision 5bdaf45950fb574fe6843240cc3245e4fc8cf6b6 authored by Edzer J. Pebesma on 03 September 2007, 00:00:00 UTC, committed by Gabor Csardi on 03 September 2007, 00:00:00 UTC
1 parent 2dc0164
Raw File
print.variogram.R
# $Id: print.variogram.q,v 1.3 2006-02-10 19:01:07 edzer Exp $

"print.gstatVariogram" <-
function(x, ...)
{
	print(data.frame(x), ...)
}
back to top