get.kfD: Get D from KF estimates

Description Usage Arguments Value Author(s) See Also Examples

View source: R/get.kfD.r

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

1
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

1

galuardi/SatTagSim documentation built on Nov. 15, 2020, 6:28 a.m.