Skip to content

Materials for assessing effectiveness of restoration projects on the Gulf coast

Notifications You must be signed in to change notification settings

tbep-tech/restore-gulf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Materials for building an assessment framework for Gulf restoration effectiveness

# remotes::install_github('tbep-tech/tbeptools')
library(tbeptools)
library(sf)
library(tidyverse)

data(reststat)
data(restdat)
rest <- reststat %>% 
  full_join(restdat, by = 'id') %>% 
  st_as_sf(coords = c('lon', 'lat'), crs = 4326)

ggplot() + 
  geom_sf(data = tbshed) + 
  geom_sf(data = tbseg, fill = 'lightgrey') + 
  geom_sf(data = rest)

About

Materials for assessing effectiveness of restoration projects on the Gulf coast

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages