Skip to content

Commit

Permalink
data 2 is counts now
Browse files Browse the repository at this point in the history
  • Loading branch information
EJosephson committed May 17, 2024
1 parent 9786b43 commit beadc07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Production/scripts/rectangleSelectHg.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ dashboardSidebar(disable = TRUE)
####

# ## read in data
data2 <- read.csv("./data/GraySealHaulouts.csv")
data2 <- read.csv("./data/HgPupsYearAndSite3.csv")
# data2 <- read.csv("./data/GraySealHaulouts.csv")
# data2<- select(data2, Site=HAULOUTSITE, LAT, LON)
#sites <- read.csv("./data/HgPupsYearandSite3.csv")
# data3$Site[data3$Site=="Monomoy"]<-"Monomoy Island"
Expand Down

0 comments on commit beadc07

Please sign in to comment.