Description Usage Arguments See Also Examples
Plots the difference in angles of two provided by GCPs/TPs as points.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | plotAnglesDif(object, slave, z = "thetaIn", xlab = "Longitude",
ylab = "Latitude", breaks = 255,
col.regions = colorRampPalette(colors)(breaks), cex = 1, cex.axis = 1,
grid = T, variogram.fit = T, plot.fit = F, plot.legend = T,
pch = 20, legend.lab = expression(paste(Delta, theta[i], " [deg]")),
interpolate = F, aggregate.fact = 100, disparity = F, h = 100, ...)
## S4 method for signature 'SAR,ANY'
plotAnglesDif(object, slave, z = "thetaIn",
xlab = "Longitude", ylab = "Latitude", breaks = 255,
col.regions = colorRampPalette(colors)(breaks), cex = 1, cex.axis = 1,
grid = T, variogram.fit = T, plot.fit = F, plot.legend = T,
pch = 20, legend.lab = expression(paste(Delta, theta[i], " [deg]")),
interpolate = F, aggregate.fact = 100, disparity = F, h = 100, ...)
## S4 method for signature 'SAR,SAR'
plotAnglesDif(object, slave, z, xlab, ylab, breaks,
col.regions, cex, cex.axis, grid, variogram.fit, plot.fit, plot.legend, pch,
legend.lab, interpolate, aggregate.fact, disparity, h,
xlim = c(min(object@extent@xmin, slave@extent@xmin), max(object@extent@xmax,
slave@extent@xmax)), ylim = c(min(object@extent@ymin, slave@extent@ymin),
max(object@extent@ymax, slave@extent@ymax)), asp = 1/cos((mean(range(ylim))
* pi)/180), zlim = c(min(angleDif@data[, 1]), max(angleDif@data[, 1])), ...)
## S4 method for signature 'SARSet,ANY'
plotAnglesDif(object, slave, z = "thetaIn",
xlab = "Longitude", ylab = "Latitude", breaks = 255,
col.regions = colorRampPalette(colors)(breaks), cex = 1, cex.axis = 1,
grid = T, variogram.fit = T, plot.fit = F, plot.legend = T,
pch = 20, legend.lab = expression(paste(Delta, theta[i], " [deg]")),
interpolate = F, aggregate.fact = 100, disparity = F, h = 100, ...)
|
object |
Object of the |
slave |
Object of the |
z |
Character. Either incidence ('thetaIn', default) or elevation angles 'thetaEl'. |
xlab |
Character. Title of the x axis. |
ylab |
Character. Title of the y axis. |
breaks |
Integer. Number of breaks of the color ramp. |
col.regions |
Color ramp. |
cex |
Numeric. Size of label text. |
cex.axis |
Numeric. Size of axes. |
grid |
Logical. Plot a grid? |
variogram.fit |
Logical. Fit a Gaussian variogram? |
plot.fit |
Logical. Plot the fitted variogram? |
plot.legend |
Logical. Plot the legend? |
pch |
Integer. Point type. |
legend.lab |
Character. Title of the legend. |
interpolate |
Logical. Interpolate angles? |
aggregate.fact |
Integer. Aggregation factor expressed as number of cells in each direction (horizontally and vertically).
Or two integers (horizontal and vertical aggregation factor) or three integers (when also aggregating over layers).
See |
disparity |
Logical. Should the expected disparity be plotted? |
h |
Numeric. Relative height for plotting the expected disparity. |
... |
graphical parameters. Any argument that can be passed to plot, such as axes=FALSE and main='title'. |
xlim |
Numeric vector of length 2, giving the x coordinate range. |
ylim |
Numeric vector of length 2, giving the y coordinate range. |
asp |
Numeric vector. Aspect, default is 1/cos((mean(range(ylim)) * pi)/180). |
zlim |
Numeric vector of length 2, giving the z coordinate range. Range of values that are plotted. |
anglesDif
, angles
, plotAngles
, GeolocationPoints-class
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.