ra_bind: Function to bind multiple raster objects together.

View source: R/ra_bind.R

ra_bindR Documentation

Function to bind multiple raster objects together.

Description

Function to bind multiple raster objects together.

Usage

ra_bind(list_ra, tolerance = 0.05, method = "do.call", file = NA)

Arguments

list_ra

A list of RasterLayer objects.

tolerance

Permissible difference in origin.

method

Method to bind the raster layers together with. The options are "do.call" and "reduce". "reduce" will be faster for two or three list elements while "do.call" is better for large number of elements and is more efficient.

file

If method is "do.call", file can be used as the temporary file when the function is binding the elements.

Value

RasterLayer.

Author(s)

Stuart K. Grange

See Also

merge, ra_align


skgrange/gissr documentation built on Feb. 24, 2024, 2:55 p.m.