ctmm-initiative / ctmmweb

Web app for analyzing animal tracking data, built upon ctmm R package
http://biology.umd.edu/movement.html
GNU General Public License v3.0
30 stars 21 forks source link

speed / distance estimates #137

Closed chfleming closed 2 years ago

chfleming commented 2 years ago

A while back, I had to change the object class of speed() output for meta() and it looks like I broke the speed functionality in ctmmweb.

https://groups.google.com/g/ctmm-user/c/A2iEO6v8AfE/m/Fj8n0jnOBgAJ

I suspect ctmm::speed(...) just needs to be changed to ctmm::speed(...)$CI and the code will work again. I might be able to test this tomorrow.

chfleming commented 2 years ago

Fixed in master branch.