
Last chance! 50% off unlimited learning
Sale ends in
A quantitative comparison between the predicted and observed directions of
norm_chisq(obs, prd, unc)
Numeric vector
Numeric vector containing the observed azimuth of
prd
Numeric vector containing the modeled azimuths of
model_shmax()
Uncertainty of observed
The normalized
Wdowinski, S., 1998, A theory of intraplate tectonics. Journal of Geophysical Research: Solid Earth, 103, 5037-5059, doi: 10.1029/97JB03390.
data("nuvel1")
PoR <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to
# Pacific plate
data(san_andreas)
point <- data.frame(lat = 45, lon = 20)
prd <- model_shmax(point, PoR)
norm_chisq(obs = c(50, 40, 42), prd$sc, unc = c(10, NA, 5))
data(san_andreas)
prd2 <- PoR_shmax(san_andreas, PoR, type = "right")
norm_chisq(obs = prd2$azi.PoR, 135, unc = san_andreas$unc)
Run the code above in your browser using DataLab