anglesKriging: Spatial interpolation of angles using kriging

Description Usage Arguments See Also Examples

Description

Angles provided by GCPs/TPs are known. Returns interpolated angles as a SpatialPointsDataFrame object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
anglesKriging(object, slave, z = "thetaIn", formula = as.formula(paste(z,
  "~ lon + lat")), variogram.fit = T, plot.fit = F, ...)

## S4 method for signature 'GeolocationPoints,SpatialPoints'
anglesKriging(object, slave,
  z = "thetaIn", formula = as.formula(paste(z, "~ lon + lat")),
  variogram.fit = T, plot.fit = F, ...)

## S4 method for signature 'SAR,SAR'
anglesKriging(object, slave, z = "thetaIn",
  formula = as.formula(paste(z, "~ lon + lat")), variogram.fit = T,
  plot.fit = F, ...)

## S4 method for signature 'SAR,SpatialPoints'
anglesKriging(object, slave, z = "thetaIn",
  formula = as.formula(paste(z, "~ lon + lat")), variogram.fit = T,
  plot.fit = F, ...)

## S4 method for signature 'SpatialPointsDataFrame,SAR'
anglesKriging(object, slave,
  z = "thetaIn", formula = as.formula(paste(z, "~ lon + lat")),
  variogram.fit = T, plot.fit = F, ...)

Arguments

object

Object of class SpatialPointsDataFrame.

slave

Either an object of SAR-class or SpatialPoints class.

z

Character. Either incidence ('thetaIn', default) or elevation angles 'thetaEl'.

formula

Formula used for kriging (see krige of gstat package).

variogram.fit

Logical. Fit a Gaussian variogram?

plot.fit

Logical. Plot the fitted variogram?

...

Further arguments (ignored).

See Also

angles, anglesDif, plotAngles, GeolocationPoints-class

Examples

1
2

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