library(ggplot2)
library(mapdata)
library(CampR)
library(knitr)
library(kableExtra)
options(knitr.table.format = "markdown") 

2016 Survey

Spanish Porcupine groundfish Survey in 2016 started on Sept. 10th and finished on Oct. 9th.

armap.tot("P16","Porc",es=FALSE,leg = TRUE,bw=FALSE)
hake<-datab(1,50,"P16","Porc")
kableExtra::kable(hake,digits=2,caption="Hake abundance Porcupine 2016 Survey") %>%
  kable_styling(bootstrap_options="condensed",full_width=T,position="center")
grafhistbox.comp(1,50,Psh,"Porc",es=F)
Porc<-map_data(Porc.map)
hake<-maphist(1,50,"P16","Porc",out.dat=T,plot=F)
ggplot(hake)+
  geom_polygon(aes(long,lat,group=group),data=Porc,fill="white",color="black")+
  geom_point(aes(x=long,y=lat,size=sqrt(numero)),color="blue")+scale_size_continuous(name="No. inds.")+coord_fixed(1.3)
dtall.camp(1,50,"P16","Porc",es=F)
maphistal(1,50,"P16","Porc",1,20,ti=list(label="Merluccius merluccius\n < 20 cm",font=4),ceros=F)
recr.ts<-dattal.camps(1,50,Psh,"Porc",1,20,plot=T)
kable(t(recr.ts),digits=2,col.names = camptoyear(Psh),caption="Hake recruitment strength") %>%
  kable_styling(full_width=TRUE,position="center")


fvgls/CampR documentation built on April 5, 2024, 2:56 p.m.