Skip to content

Commit

Permalink
Update neon_obs_ACRU.R
Browse files Browse the repository at this point in the history
expanded phenophases of interest @sokole
  • Loading branch information
kjones13 committed Jul 19, 2024
1 parent dd5505a commit 3631756
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions projectCode/neon_obs_ACRU.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ acruTags <- filter(ind, taxonID=="ACRU")%>%
nativeStatusCode, individualID, growthForm)

acruObs <- filter(obs, individualID%in%acruTags$individualID &
phenophaseName=="Leaves")
phenophaseName%in%c("Breaking leaf buds", "Leaves"))

acruAll <- left_join(acruTags, acruObs, by=c('siteID', 'individualID'))

#write.csv(acruAll, paste(getwd(), "projectCode/acru_harv.csv", sep='/'), row.names=FALSE)


acruAll <- left_join(acruTags, acruObs, by='individualID')


0 comments on commit 3631756

Please sign in to comment.