Description Usage Arguments See Also Examples
Adds orbit numbers of SAR records.
1 2 3 4 5 6 7 8 | plotOrbitNumber(object, cex = 1, col = "black", ...)
## S4 method for signature 'SAR'
plotOrbitNumber(object, cex = cex, col = col,
x = object@centerLon, y = object@centerLat, labels = object@orbit, ...)
## S4 method for signature 'SARSet'
plotOrbitNumber(object, cex = 1, col = "black", ...)
|
object |
object of the |
cex |
Text size (see |
col |
Plotting color (see |
... |
parameters of |
x |
x coordinates of labels. |
y |
y coordinates of labels. |
labels |
character that is ploted (default: object@orbit). |
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.