PoR_map | R Documentation |
Plot data in PoR map
PoR_map(
x,
PoR,
pb = NULL,
type = c("none", "in", "out", "right", "left"),
show.deviation = FALSE,
...
)
x , pb |
|
PoR |
Pole of Rotation. |
type |
Character. Type of plate boundary (optional). Can be
|
show.deviation |
logical.
Whether the data should be color-coded according to the deviation from the
prediction, or according to the stress regime? Is ignored if |
... |
optional arguments passed to |
plot
PoR_shmax()
, axes()
, tectonicr.colors()
data("nuvel1")
na_pa <- subset(nuvel1, nuvel1$plate.rot == "na")
data("plates")
plate_boundary <- subset(plates, plates$pair == "na-pa")
data("san_andreas")
PoR_map(san_andreas, PoR = na_pa, pb = plate_boundary, type = "right", show.deviation = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.