get.kfD: Get D from KF estimates

View source: R/get.kfD.r

get.kfDR Documentation

Get D from KF estimates

Description

Function to add diffusion (D) and sd(D) from Kalman filter estimations. D and sd(D) must be added to the track as columns beforehand. D is taken from kalmn filter estimte or is a fixed value used in the state space estimation process

Usage

get.kfD(tracks = nsfish)

Arguments

tracks

Track(s) returned from Kalman filter estimation. Columns must be in the following order: Day, Month, Year, Longitude, Latitude and include D, sd(D), Month and TagID (exactly as spelled and capitalized)

Value

a data frame of Month, TagID, D, Dsd, nrec (number of records)

Author(s)

Benjamin Galuardi

See Also

merge.par get.uv get.allpar

Examples

see vignette

galuardi/SatTagSim documentation built on Oct. 22, 2024, 10:18 a.m.