Learn R Programming

RFOC (version 1.0-4)

PlotPlanes: Plot Fault an Auxilliary Planes

Description

Plot both fault and auxilliary planes

Usage

PlotPlanes(MEC, col1 = 1, col2 = 3)

Arguments

MEC
MEC structure
col1
color for plane 1
col2
color for plane 2

Value

  • Graphical Side Effects

Details

Given MEC structure and focal mechanism plot both planes. This code adds to existing plot, so net() should be called.

See Also

net, lowplane

Examples

Run this code
net()

MFOC1 = SDRfoc(65,25,13, u=FALSE, ALIM=c(-1,-1, +1, +1), PLOT=FALSE)
PlotPlanes(MFOC1, 'green', 'red' )

Run the code above in your browser using DataLab