raster_rotate: A wrapper around 'rotate' that provides rotation from...

View source: R/raster.R

raster_rotateR Documentation

A wrapper around rotate that provides rotation from [-180,180] to [0,360].

Description

A wrapper around rotate that provides rotation from [-180,180] to [0,360].

Usage

raster_rotate(x, inverse = FALSE, adjust_origin = TRUE, filename = "", ...)

Arguments

x

raster, a raster object with global coverage

inverse

logical if FALSE then pass all of the arguments to rotate. If FALSE then transform from [-180,180] to [0,360]

adjust_origin

logical, if TRUE then make minor adjustment to origin. Ignored if inverse is FALSE.

filename

character see merge

...

optional arguments for merge

Value

raster object


BigelowLab/rasf documentation built on July 18, 2022, 10:19 p.m.