##using habitat suitability to define distance for fishing
require(sdmTMB)
require(bio.lobster)
require(bio.utilities)
require(lubridate)
require(devtools)
require(dplyr)
require(ggplot2)
require(INLA)
options(stringAsFactors=F)
require(PBSmapping)
require(SpatialHub)
require(sf)
la()
fd=file.path(project.datadirectory('bio.lobster'),'analysis','ClimateModelling')
dir.create(fd,showWarnings=F)
setwd(fd)
x = readRDS(list(data=survey,grid=bspde,model=fitpa),file='PAwtw600kNov102022.rds')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.