View source: R/original functions/applyMagneticDeclinationAdp.R View source: R/adcpToolbox.R
applyMagneticDeclinationAdp | R Documentation |
ADCP Processing step 3.2
applyMagneticDeclinationAdp(x, lat = x[["latitude"]], lon = x[["longitude"]], st = x[["time_coverage_start"]], et = x[["time_coverage_end"]], tz = "UTC", type = "average")
x |
adp object from oce-class |
lat |
latitude |
lon |
longitude |
st |
start/ deployment time |
et |
end/ recovery time |
type |
average or interpolated |
adp object with magnetic declination applied given coordinates
If type == average, an average is taken from start and end time declinations and applied uniformly
If type == interpolate, the rate of declination is used over time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.