superimposed_shmax | R Documentation |
Calculates a \sigma_{Hmax}
direction at given coordinates,
sourced by multiple plate boundaries. This first-order approximation is the
circular mean of the superimposed theoretical directions, weighted by the
rotation rates of the underlying PoRs.
superimposed_shmax(df, PoRs, types, absolute = TRUE, PoR_weighting = NULL)
df |
|
PoRs |
multirow |
types |
character vector with length equal to number of rows in |
absolute |
logical. Whether the resultant azimuth should be weighted using the absolute rotation at the points or the angular rotation of the PoRs. |
PoR_weighting |
(optional) numeric vector with length equal to number of rows in
|
two column vector. azi
is the resultant azimuth in degrees /
geographical CRS), R
is the resultant length.
model_shmax()
superimposed_shmax_PB()
for considering distances to plate boundaries
data(san_andreas)
data(nuvel1)
pors <- subset(nuvel1, plate.rot %in% c("eu", "na"))
res <- superimposed_shmax(san_andreas, pors, types = c("in", "right"), PoR_weighting = c(2, 1))
head(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.