Description Usage Arguments See Also Examples
Plots border provided by metadata as a SpatialPolygons
object.
1 2 3 4 5 6 7 | plotBorder(object, col = rgb(1, 0, 0, 0.5), ...)
## S4 method for signature 'SAR'
plotBorder(object, col = col, ...)
## S4 method for signature 'SARSet'
plotBorder(object, col = col, ...)
|
object |
object of the |
col |
color within the recorded area. |
... |
Further arguments to |
1 2 3 4 5 6 7 8 9 10 | data(kili)
plotBorder(master)
plotMap(kili, sar=FALSE, orbit=FALSE)
plotBorder(kili[[1]], add=TRUE)
plotOrbitNumber(kili[[1]])
plotBorder(kili[[2]], add=TRUE)
plotOrbitNumber(kili[[2]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.