Learn R Programming

sits (version 0.10.0)

sits_merge.cube: Merge two data cubes

Description

Merge two simple data cubes (one tibble row) from the same satellite, with the same sensor, resolution, bounding box, and timeline, and different bands.

Usage

# S3 method for cube
sits_merge(data1, data2)

Arguments

data1

The first cube to be merged.

data2

The second cube to be merged.

Value

A data cube.