plotOrbitNumber: Plot orbit number

Description Usage Arguments See Also Examples

Description

Adds orbit numbers of SAR records.

Usage

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", ...)

Arguments

object

object of the SARSet-class or object of the SAR-class (or a subclass e.g. Sentinel-class or TSX-class).

cex

Text size (see [graphics]par).

col

Plotting color (see [graphics]par).

...

parameters of text method.

x

x coordinates of labels.

y

y coordinates of labels.

labels

character that is ploted (default: object@orbit).

See Also

plotMap, plotGmap

Examples

1
2
3
4
5
6
7

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