Learn R Programming

RFOC (version 3.2)

TapePlot: Tape style Lune Plot

Description

Tape style Lune Plot using Hammer projection

Usage

TapePlot(TapeList = list(), add = FALSE, ann = TRUE, pcol = c(grey(0.85), grey(0.95)))

Arguments

TapeList
List of strokes from TapeBase
add
logical, TRUE=add to existing plot
ann
logical, TRUE=annotape
pcol
vector of colors

Value

  • Side effects

Details

Plot an Tape net from the TapeBase function.

References

Tape, W., and C. Tape (2012), A geometric comparison of source-type plots for moment tensors, Geophys. J. Int., 190, 499-510.

See Also

TapeBase, HAMMERprojXY

Examples

Run this code
T1 = TapeBase()
TapePlot(T1)

Run the code above in your browser using DataLab