sarSet: Create a set of synthetic aperture radar (SAR) images

Description Usage Arguments See Also Examples

View source: R/sarSet.r

Description

Creates a set of synthetic aperture radar (SAR) images. This is useful to identify stereo images.

Usage

1
sarSet(elements = c(), ...)

Arguments

elements

list of SAR objects.

...

Further arguments to the constructor of the SARSet-class.

See Also

SARSet-class

Examples

1
2
3
 
data(kili)
my.sar.set <- sarSet(c(kili[[1]], kili[[2]]))

ragram documentation built on May 2, 2019, 4:42 p.m.