Description Usage Arguments See Also Examples
Angles provided by GCPs/TPs are known.
Returns interpolated angles as a SpatialPointsDataFrame
object.
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, ...)
|
object |
Object of class |
slave |
Either an object of |
z |
Character. Either incidence ('thetaIn', default) or elevation angles 'thetaEl'. |
formula |
Formula used for kriging (see |
variogram.fit |
Logical. Fit a Gaussian variogram? |
plot.fit |
Logical. Plot the fitted variogram? |
... |
Further arguments (ignored). |
angles
, anglesDif
, plotAngles
, GeolocationPoints-class
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.