Skip to content

Commit

Permalink
only data3
Browse files Browse the repository at this point in the history
  • Loading branch information
EJosephson committed May 17, 2024
1 parent 7a85705 commit 2db9fce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Production/scripts/rectangleSelectHg.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dashboardSidebar(disable = TRUE)
####

# ## read in data
data2 <- read.csv("./data/GraySealHaulouts.csv")
# data2 <- read.csv("./data/GraySealHaulouts.csv")
# data2<- select(data2, Site=HAULOUTSITE, LAT, LON)
#sites <- read.csv("./data/HgPupsYearandSite2.csv")
sites <- read.csv("./data/HgPupsYearandSite2.csv")
# data3$Site[data3$Site=="Monomoy"]<-"Monomoy Island"
# data3$Site[data3$Site=="Muskeget"]<-"Muskeget Island"
# data3$Site[data3$Site=="Nomans"]<-"Nomans Island"
Expand All @@ -40,7 +40,7 @@ dashboardSidebar(disable = TRUE)
# lat = ~LAT,
# radius = 3,
# color = 'yellow'
#
# popup = ~Site,
# )
#
#
Expand Down

0 comments on commit 2db9fce

Please sign in to comment.