https://github.com/cran/gstat
Raw File
Tip revision: 632cc54fa57051ae3a1ae3f495ec0cc68c4262ff authored by Edzer J. Pebesma on 30 November 2005, 00:00:00 UTC
version 0.9-23
Tip revision: 632cc54
image.data.frame.R
"image.data.frame" <-
function (x, zcol = 3, xcol = 1, ycol = 2, asp = 1, ...)
{
    image.default(xyz2img(xyz = x, zcol = zcol, xcol = xcol, ycol = ycol),
		asp = asp,
		...)
}
back to top