Nothing
#' 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, ...)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.