applyMagneticDeclinationAdp: ADCP Processing step 3.2

Description Usage Arguments Value

View source: R/original functions/applyMagneticDeclinationAdp.R View source: R/adcpToolbox.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 == interpolate, the rate of declination is used over time series


EOGrady21/mooredDataProcessing_adcp documentation built on March 3, 2022, 12:01 a.m.