seasonder_plotAPMLoops | R Documentation |
This function generates a polar plot of the antenna pattern loops from a SeaSonde RAPM object.
seasonder_plotAPMLoops(seasonder_apm_obj)
seasonder_apm_obj |
A SeaSonde RAPM object containing the antenna pattern data. |
A ggplot object displaying the magnitude of the two loops as a function of bearings.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.