raster (version 2.6-7)

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
# NOT RUN {
r <- raster()
rotated(r)
# }

Run the code above in your browser using DataCamp Workspace