applyMagneticDeclinationAdp: ADCP Processing step 3.2

Description Usage Arguments Value

View source: R/adcpToolbox.R View source: R/original functions/applyMagneticDeclinationAdp.R

Description

ADCP Processing step 3.2

Usage

1
2
3
applyMagneticDeclinationAdp(x, lat = x[["latitude"]],
  lon = x[["longitude"]], st = x[["time_coverage_start"]],
  et = x[["time_coverage_end"]], tz = "UTC", type = "average")

Arguments

x

adp object from oce-class

lat

latitude

lon

longitude

st

start/ deployment time

et

end/ recovery time

type

average or interpolated

Value

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 == interpolated, the rate of declination is used over time series


Echisholm21/adp documentation built on May 20, 2019, 9:12 p.m.