View source: R/CTS5ScanPositionRecover.R
Recover_PredictPosition | R Documentation |
extrapolates the future position of the float in nextMin minutes based on previous positions read
by Recover_ScanPosition
or Recover_ScanDefault
Recover_PredictPosition(nextMin = 0, data = data, ind = 1)
nextMin |
Number of minutes from now to project the position |
data |
Positions read from |
ind |
The drift of the float is estimated between the last position and the position [Last-ind] |
projected position
data<-Recover_ScanDefault()
Recover_PredictPosition(nextMin=1,data=data) # estimate the position in 1 min from now
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.