is.rotated: Check for rotation

is.rotatedR Documentation

Check for rotation

Description

Check if a SpatRaster is "rotated" and needs to be rectified before it can be used

See rectify

Usage

## S4 method for signature 'SpatRaster'
is.rotated(x)

Arguments

x

SpatRaster

Value

logical. One value for each raster data *source*

See Also

rectify, is.flipped, has.geoloc

Examples

r <- rast(nrows=10, ncols=10, vals=1:100)
is.rotated(r)

terra documentation built on Sept. 8, 2026, 5:06 p.m.