Skip to content

Commit

Permalink
edit code
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseylabrie committed Apr 25, 2023
1 parent 4a3b1b5 commit 662441a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions silver_carp_telemetry.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ abs_mvmt <-rkm_tracker_date %>% mutate(abs_dist=abs(distance)) %>% arrange(trans
group_by(transmitter_id) %>%
summarise(total_movement=sum(total_movement, na.rm = T))

sum(abs_mvmt$total_movement)



TotalMovementPlot <- ggplot(abs_mvmt, aes(x = reorder(as.factor(transmitter_id),-total_movement), y = total_movement )) +
geom_point() +
Expand Down

0 comments on commit 662441a

Please sign in to comment.