Learn R Programming

raster (version 1.8-3)

rotated: Do the raster cells have a rotation?

Description

Do the raster cells have a rotation?

Usage

rotated(x)

Arguments

x
A Raster* object

Value

  • Logical value

See Also

rectify

Examples

Run this code
r <- raster()
rotated(r)

Run the code above in your browser using DataLab