Learn R Programming

RFOC (version 3.4-6)

SVradfoc: Plot SV-wave radiation

Description

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

Usage

SVradfoc(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 SV radiation pattern

See Also

imageSV

Examples

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

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



# }

Run the code above in your browser using DataLab