PoR_stress2grid {tectonicr} | R Documentation |
Spatial interpolation of SHmax in PoR coordinate reference system
Description
The data is transformed into the PoR system before the interpolation. The interpolation grid is returned in geographical coordinates and azimuths.
Usage
PoR_stress2grid(
x,
PoR,
grid = NULL,
PoR_grid = TRUE,
lon_range = NULL,
lat_range = NULL,
gridsize = 2.5,
...
)
Arguments
x |
|
PoR |
Pole of Rotation. |
grid |
(optional) Point object of class |
PoR_grid |
logical. Whether the grid should be generated based on the
coordinate range in the PoR ( |
lon_range , lat_range |
(optional) numeric vector specifying the minimum
and maximum longitudes and latitudes (are ignored if |
gridsize |
Numeric. Target spacing of the regular grid in decimal
degree. Default is 2.5 (is ignored if |
... |
Arguments passed to |
Details
Stress field and wavelength analysis in PoR system and back-transformed
Value
sf
object containing
- lon,lat
longitude and latitude in geographical CRS (in degrees)
- lon.PoR,lat.PoR
longitude and latitude in PoR CRS (in degrees)
- azi
geographical mean SHmax in degree
- azi.PoR
PoR mean SHmax in degree
- sd
Standard deviation of SHmax in degrees
- R
Search radius in km
- mdr
Mean distance of datapoints per search radius
- N
Number of data points in search radius
See Also
Examples
data("san_andreas")
data("nuvel1")
PoR <- subset(nuvel1, nuvel1$plate.rot == "na")
PoR_stress2grid(san_andreas, PoR)