Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

intFun.isRaster

Reproject coastline


Description

This function assesses whether an R object is a raster. The original code was copied from intFun.isRaster (spatial.tools_1.6.0)

Usage

intFun.isRaster(x)

Arguments

x

An R object such as a raster or a number

Examples

x <- 1
intFun.isRaster(x)
y <- raster::raster(matrix(seq(1,10), ncol = 2))
intFun.isRaster(y)

amber

Automated Model Benchmarking R Package

v1.0.3
GPL-3
Authors
Christian Seiler [cre, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.