Displaying 1 result from an estimated 1 matches for "bilinearvalu".
Did you mean:
bilinearvalue
2010 Aug 26
1
Passing arguments between S4 methods fails within a function:bug? example with raster package.
...ethod='simple', buffer=NULL, fun=NULL, na.rm=TRUE) {
if (dim(xy)[2] != 2) {
stop('xy has wrong dimensions; it should have 2 columns' )
}
if (! is.null(buffer)) {
return( .xyvBuf(object, xy, buffer, fun, na.rm=na.rm) )
}
if (method=='bilinear') {
return(.bilinearValue(object, xy))
} else if (method=='simple') {
cells <- cellFromXY(object, xy)
return(.readCells(object, cells))
} else {
stop('invalid method argument. Should be simple or bilinear.')
}
}
)
--
Joris Meys
Statistical consultant
Ghent University
Faculty of Bio...