Skip to content

Commit

Permalink
edit code
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseylabrie committed Jan 26, 2023
1 parent 146db56 commit 4286a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions silver_carp_telemetry.R
Original file line number Diff line number Diff line change
Expand Up @@ -922,10 +922,10 @@ GPFWCO_data <- bind_rows(receiver1,
GPFWCO_rkm_tracker_date <- GPFWCO_data %>% select(date, transmitter_id,rkm)

write.csv(GPFWCO_rkm_tracker_date, "GPFWCO James River Detections 2021 and 2022 simplified.csv")
write_xlsx(GPFWCO_data, "GPFWCO James River Silver Carp Detections 2021 and 2022")
write_xlsx(GPFWCO_data, "USFWS/GPFWCO James River Silver Carp Detections 2021 and 2022.xlsx")

install.packages("xlsx")
library(xlsx)
library(writexl)
id_51768 <- subset(GPFWCO_rkm_tracker_date, transmitter_id == 51768)
ggplot(id_51768, aes(x=date, y=rkm))+
geom_point()+geom_line()+labs(title="Fish ID # 51768", subtitle="Originally Tagged in Vermillion River")+
Expand Down

0 comments on commit 4286a2e

Please sign in to comment.