Recover_PredictPosition: Predict position based on previous Positions

View source: R/CTS5ScanPositionRecover.R

Recover_PredictPositionR Documentation

Predict position based on previous Positions

Description

extrapolates the future position of the float in nextMin minutes based on previous positions read by Recover_ScanPosition or Recover_ScanDefault

Usage

Recover_PredictPosition(nextMin = 0, data = data, ind = 1)

Arguments

nextMin

Number of minutes from now to project the position

data

Positions read from Recover_ScanPosition or Recover_ScanDefault

ind

The drift of the float is estimated between the last position and the position [Last-ind]

Value

projected position

Examples

data<-Recover_ScanDefault()
Recover_PredictPosition(nextMin=1,data=data) # estimate the position in 1 min from now




EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.