Load data
- From movebank
https://miriamll.github.io/R_intro/Tracking_0606.html#4
- From csv
https://miriamll.github.io/R_intro/Tracking_0606.html#20
- From movebank
https://miriamll.github.io/R_intro/Tracking_0606.html#4
- From csv
https://miriamll.github.io/R_intro/Tracking_0606.html#20
Comments
- Usage of time formats
https://www.miriam-lerma.com/posts/2022-06-30-time-formats/
- Converting times
https://miriamll.github.io/R_intro/Tracking_0606.html#36
- Time overlap between individuals
https://www.miriam-lerma.com/posts/2022-02-24-timeoverlaps/
- Locate the animals central location
https://www.miriam-lerma.com/posts/2022-07-01-nestlocation/
https://www.miriam-lerma.com/posts/2022-08-17-count-days/
- Identify Day or night
https://www.miriam-lerma.com/posts/2022-12-04-day-night/
- Calculate speed
https://www.miriam-lerma.com/posts/2022-05-23-speed/
- Behaviour classification
https://www.miriam-lerma.com/posts/2021-11-25-embc/
- Select columns
https://miriamll.github.io/R_intro/Tracking_0606.html#30
- Remove undesired locations
https://www.miriam-lerma.com/posts/2024-08-01-removelocs/
- Identify gaps
https://www.miriam-lerma.com/posts/2022-10-04-identify-gaps/
- Complete or incomplete
https://www.miriam-lerma.com/posts/2024-11-05-completeorincomplete/
- Number of trips: Identify events
https://www.miriam-lerma.com/posts/2024-09-19-identifyevents/
- Maximum distance: Distance from point
https://www.miriam-lerma.com/posts/2024-06-04-pointsdistance/
- Total length path: Distance between points
https://www.miriam-lerma.com/posts/2024-10-08-distancepoints/
- Plot basics
https://miriamll.github.io/R_intro/Tracking_0606.html#40
- Create a base map in R
https://www.miriam-lerma.com/posts/2023-03-04-mapping-in-r/
- Inside plot legend
https://www.miriam-lerma.com/posts/2023-10-02-inside-legend/
- Animations
https://www.miriam-lerma.com/posts/2023-06-01-gganimate/