Revision 0d54c223814f3b1cd7515490af55d9e099a134f4 authored by Edzer J. Pebesma on 13 April 2007, 14:45:18 UTC, committed by cran-robot on 13 April 2007, 14:45:18 UTC
1 parent ee38f00
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