R/sarSet.r

Defines functions sarSet

Documented in sarSet

#' Create a set of synthetic aperture radar (SAR) images
#' 
#' Creates a set of synthetic aperture radar (SAR) images. 
#' This is useful to identify stereo images.
#' 
#' @param elements list of SAR objects.
#' @param ... Further arguments to the constructor of the \code{\link{SARSet-class}}.
#' @export
#' @seealso \code{\link{SARSet-class}}
#' @examples  
#' data(kili)
#' my.sar.set <- sarSet(c(kili[[1]], kili[[2]]))
sarSet <- function(elements=c(), ...) {
    new('SARSet', elements, ...)
}

Try the ragram package in your browser

Any scripts or data that you put into this service are public.

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