Learn R Programming

tectonicr (version 0.4.6)

prd_err: Error of Model's Prediction

Description

The maximum error in the model's predicted azimuth given the Pole of rotations uncertainty and distance of the data point to the pole.

Usage

prd_err(dist_PoR, sigma_PoR = 1)

Value

numeric vector. The maximum error for azimuths prediction (in degree)

Arguments

dist_PoR

Distance to Euler pole (great circle distance, in degree)

sigma_PoR

uncertainty of the position of the Pole of rotation (in degree).

References

Ramsay, J.A. Folding and fracturing of rocks. McGraw-Hill, New York, 1967.

See Also

PoR_shmax() and model_shmax() for the model's prediction, and orthodrome() for great circle distances.

Examples

Run this code
prd_err(67, 1)

# San Andreas example:
data("nuvel1")
por <- subset(nuvel1, nuvel1$plate.rot == "na") # North America relative to Pacific plate
data("san_andreas")
d <- PoR_distance(san_andreas, por)
prd_err(d)

Run the code above in your browser using DataLab