Learn R Programming

RFOC (version 3.4-6)

addPT: Add P-T Axis to focal plot

Description

Add Pressure and tension Axes to focal mechanism

Usage

addPT(MEC, pch = 5)

Arguments

MEC

MEC structure

pch

plotting character

Value

Graphical Side Effect

See Also

addPTarrows

Examples

Run this code
# NOT RUN {

MEC =SDRfoc(65,25,13, u=FALSE, ALIM=c(-1,-1, +1, +1), PLOT=FALSE)
Beachfoc(MEC)
addPT(MEC, pch = 5)

# }

Run the code above in your browser using DataLab