Learn R Programming

RFOC (version 3.4-6)

Pradfoc: Plot P-wave radiation

Description

Plot P-wave radiation with information from the pickfile and waveform data

Usage

Pradfoc(A, MEC, GU, pscale, col)

Arguments

A

Pickfile structure

MEC

MEC structure

GU

Waveform Event Structure

pscale

logical (not used)

col

color palette

Value

Graphical Side effects

Details

Image plot of the P radiation pattern

See Also

imageP

Examples

Run this code
# NOT RUN {
MEC = SDRfoc(65, 32, -34, u=TRUE, ALIM=c(-1,-1, +1, +1), PLOT=FALSE)

Pradfoc(NULL, MEC , NULL, TRUE, rainbow(100) )



# }

Run the code above in your browser using DataLab