ctmm-initiative / ctmm

Continuous-Time Movement Modeling. Functions for identifying, fitting, and applying continuous-space, continuous-time stochastic movement models to animal tracking data.
http://biology.umd.edu/movement.html
43 stars 10 forks source link

return the columns that create data viz in the outlier plot #57

Open dendroica opened 2 months ago

dendroica commented 2 months ago

suggest adding the columns that weight the blue lines and the points so it is easier to see in the output data frame which points they correspond to

chfleming commented 2 months ago

Thanks @dendroica

For lwd, the values correspond to the n-1 intervals between points and not the n points themselves, and so there is one fewer, which you padded with a zero. I think that could cause confusion to users.

I will probably add a verbose option to turn this on and then change the padding to NA to avoid confusion.

dendroica commented 1 month ago

awesome, thanks for the consideration and good call re: NA value for padding the vector :)