Learn R Programming

RFOC (version 3.4-6)

SHradfoc: Plot SH-wave radiation

Description

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

Usage

SHradfoc(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 SH radiation pattern

See Also

imageSH

Examples

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

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



# }

Run the code above in your browser using DataLab