Reproject coastline
This function assesses whether an R object is a raster. The original code was copied from intFun.isRaster (spatial.tools_1.6.0)
intFun.isRaster(x)
x |
An R object such as a raster or a number |
x <- 1 intFun.isRaster(x) y <- raster::raster(matrix(seq(1,10), ncol = 2)) intFun.isRaster(y)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.