seasonder_trimAPM | R Documentation |
This function trims a specified number of points from the beginning and end of the antenna pattern data.
seasonder_trimAPM(seasonder_apm_object, trimming)
seasonder_apm_object |
A SeaSonde RAPM object containing the antenna pattern data. |
trimming |
The number of points to trim from each end. |
The SeaSonde RAPM object with trimmed antenna pattern data and updated attributes.
# Trim loops for a test SeaSondeRAPM object
apm_file <- system.file("css_data/MeasPattern.txt", package = "SeaSondeR")
obj <- seasonder_readSeaSondeRAPMFile(apm_file)
trimmed_obj <- seasonder_trimAPM(obj, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.