Learn R Programming

RFOC (version 1.0-4)

plotfoc: Plot Focal Radiation Patterns

Description

Takes a MEC structure and plots all three radiation patterns.

Usage

plotfoc(MEC)

Arguments

MEC
MEC list

Value

  • Graphical Side Effects.

Details

Plot makes three figures after calling par(mfrow=c(3,1)).

See Also

SDRfoc, Mrake, Pradfoc, radiateSH, radP, radSV, SVradfoc, radiateP, radiateSV, radSH, SHradfoc, imageP, imageSH, imageSV

Examples

Run this code
M = SDRfoc(-25, 34, 16,u = FALSE, ALIM = c(-1, -1, +1, +1), PLOT=FALSE)
plotfoc(M)

Run the code above in your browser using DataLab