https://github.com/cran/gstat
Raw File
Tip revision: 209d82ad6f0d446680ae5a248ecad751b788166e authored by Edzer J. Pebesma on 12 March 2003, 16:39:05 UTC
version 0.9-6
Tip revision: 209d82a
image.data.frame.R
"image.data.frame" <-
function (x, zcol = 3, xcol = 1, ycol = 2, ...)
{
    image.default(xyz2img(xyz = x, zcol = zcol, xcol = xcol, ycol = ycol),...)
}
back to top