seasonder_plotAPMLoops {SeaSondeR} | R Documentation |
Plot APM Loops in a Polar Coordinate System
Description
This function generates a polar plot of the antenna pattern loops from a SeaSonde RAPM object.
Usage
seasonder_plotAPMLoops(seasonder_apm_obj)
Arguments
seasonder_apm_obj |
A SeaSonde RAPM object containing the antenna pattern data. |
Value
A ggplot object displaying the magnitude of the two loops as a function of bearings.
Examples
# Plot loops from a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
plot <- seasonder_plotAPMLoops(obj)
[Package SeaSondeR version 0.2.8 Index]