View source: R/argosDiag2Cov.R
| argosDiag2Cov | R Documentation | 
Using this function the user can transform the Argos diagnostic data for location
error into a form usable as a covariance matrix to approximate the location error with a
bivariate Gaussian distribution. The resulting data.frame should be attached back to the data
with cbind to use with the crwMLE function.
argosDiag2Cov(Major, Minor, Orientation)
| Major | A vector containing the major axis information for each observation (na values are ok) | 
| Minor | A vector containing the minor axis information for each observation (na values are ok) | 
| Orientation | A vector containing the angle orientation of the Major axis from North (na values are ok) | 
A data.frame with the following columns
| ln.sd.x | The log standard deviation of the location error in the x coordinate | 
| ln.sd.y | The log standard deviation of the location error in the x coordinate | 
| rho | The correlation of the bivariate location error ellipse | 
Devin S. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.