buildvrt | R Documentation |
Build vrt, special case "-separate"
buildvrt(dsn)
dsn |
one or more raster sources |
a character string of the built vrt, multiple sources treated as bands
f <- system.file("extdata/sst.tif", package = "vapour", mustWork = TRUE)
vrt <- buildvrt(c(f, vapour_vrt(f)))
writeLines(vrt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.