buoyPosition: Buoy Position

Description Usage Arguments Author(s)

View source: R/buoyPosition.R

Description

Return estimated position of buoys given a set of times

Usage

1
2
3
buoyPosition(x, buoyData, method = c("initial", "interpolate", "drift"), ...)

buoyPositionInitial(x, buoyData)

Arguments

x

a data frame containing a column specifying buoy (Buoy) and time (UTC)

buoyData

data.frame of buoy positions. Format depends on choice of method

method

method of position estimation to use. initial chooses the earliest position, interpolate will interpolate within multiple positions (e.g., from GPS), and drift uses a drift model

...

arguments passed on to other functions

Author(s)

Eric Archer eric.archer@noaa.gov


EricArcher/PAMsbuoy documentation built on March 3, 2021, 5:56 a.m.