Learn R Programming

RFOC (version 3.4-10)

plotfoc: Plot Focal Radiation Patterns

Description

Takes a MEC structure and plots all three radiation patterns.

Usage

plotfoc(MEC)

Value

Graphical Side Effects.

Arguments

MEC

MEC list

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

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