Skip to contents

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)
#> seasonder_createSeaSondeRAPM:  APM object created successfully.
plot <- seasonder_plotAPMLoops(obj)