inst/Frameworks/LFA41Framework/1b.surveyEfficiencies.r

require(bio.survey)
require(bio.lobster)
p = bio.lobster::load.environment()
p$libs = NULL
fp = file.path(project.datadirectory('bio.lobster'),"analysis")

#NEFSC Setup

			p$reweight.strata = F #this subsets 
			p$years.to.estimate = c(1999:2015)
			p$length.based = T
			p$size.class= c(50,300)
			p$by.sex = F
			p$sex = c(1,2) # male female berried c(1,2,3)
			p$bootstrapped.ci=F
			p$strata.files.return=F
			p$strata.efficiencies=T
			p$clusters = c( rep( "localhost", 7) )
			p = make.list(list(yrs=p$years.to.estimate),Y=p)
	
			

# Spring survey All stations including adjacent
			p$season =c('spring')# p$series =c('spring');p$series =c('fall')
			p$define.by.polygons = F
			p$lobster.subunits=F
			p$area = 'LFA41'

			aout= nefsc.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41NEFSCSpring.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41NEFSCSpring.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41NEFSCspringbase.pdf')

#Spring restratified to lfa41
			p$define.by.polygons = T
			p$lobster.subunits=F
			p$area = 'LFA41'
			p$reweight.strata = T #this subsets 
			

			aout= nefsc.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41NEFSCSpring.polygondef.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41NEFSCSpring.polygondef.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41NEFSCspringrestratified.pdf')

#Spring restratified to adjacentlfa41
			p$define.by.polygons = T
			p$lobster.subunits=F
			p$area = 'adjacentLFA41'
			p$reweight.strata = T #this subsets 
			

			aout= nefsc.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41NEFSCSpring.adjacentpolygondef.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41NEFSCSpring.adjacentpolygondef.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41NEFSCspringrestratifiedadjacent.pdf')





#Fall Survey All stations not pruned by polygon
			p$season =c('fall')# p$series =c('spring');p$series =c('fall')
			p$define.by.polygons = F
			p$area = 'LFA41'
			p$reweight.strata = F #this subsets 
			

			aout= nefsc.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41NEFSCFall.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41NEFSCFall.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41NEFSCfallbase.pdf')

#fall restratified to lfa41
			p$define.by.polygons = T
			p$lobster.subunits=F
			p$area = 'LFA41'
			p$reweight.strata = T #this subsets 
			
			aout= nefsc.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41NEFSCFall.polygondef.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41NEFSCFall.polygondef.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41NEFSCfalrestratified.pdf')

#fall restratified to adjacentlfa41
			p$define.by.polygons = T
			p$lobster.subunits=F
			p$area = 'adjacentLFA41'
			p$reweight.strata = T #this subsets 
			
			aout= nefsc.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41NEFSCFall.adjacentpolygondef.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41NEFSCFall.adjacentpolygondef.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41NEFSCFallrestratifiedadjacent.pdf')

##############################################################
#DFO RV Setup

			p$series =c('summer')# p$series =c('georges');p$series =c('fall')
			p$define.by.polygons = F
			p$lobster.subunits=F
			p$area = 'LFA41'
			p$years.to.estimate = c(1999:2015)
			p$length.based = F
			p$by.sex = F
			p$bootstrapped.ci=F
			p$strata.files.return=F
			p$vessel.correction.fixed=1.2
			p$strat = NULL
			p$clusters = c( rep( "localhost", 7) )
			p$strata.efficiencies = T
			p = make.list(list(yrs=p$years.to.estimate),Y=p)

			

# DFO survey All stations including adjacent
			p$define.by.polygons = F
			p$lobster.subunits=F
			p$area = 'LFA41'
			p$reweight.strata = F #this subsets 
			
			aout= dfo.rv.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41DFObase.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41DFObase.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41DFObase.pdf')

#DFO restratified to lfa41
			p$define.by.polygons = T
			p$lobster.subunits=F
			p$area = 'LFA41'
			p$reweight.strata = T #this subsets 
	
			aout= dfo.rv.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41DFOrestratified.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41DFOrestratified.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41DFOrestratified.pdf')

#DFO restratified to lfa41adjacent
			p$define.by.polygons = T
			p$lobster.subunits=F
			p$area = 'adjacentLFA41'
			p$reweight.strata = T #this subsets 
	
			aout= dfo.rv.analysis(DS='stratified.estimates.redo',p=p)
			save(aout,file = file.path(fp,'lfa41DFOadjrestratified.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41DFOadjrestratified.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41DFOadjrestratified.pdf')


###Georges Ban

	p$series =c('georges')# p$series =c('georges');p$series =c('fall')
			p$define.by.polygons = F
			p$lobster.subunits=F
			p$area = 'Georges.Canada'
			p$years.to.estimate = c(1999:2015)
			p$length.based = F
			p$by.sex = F
			p$bootstrapped.ci=F
			p$strata.files.return=F
			p$vessel.correction.fixed=1.2
			p$strat = NULL
			p$clusters = c( rep( "localhost", 7) )
			p$strata.efficiencies = T
			p = make.list(list(yrs=p$years.to.estimate),Y=p)

			p$reweight.strata =F		
	
			aout= dfo.rv.analysis(DS='stratified.estimates.redo',p=p,save=F)
			save(aout,file = file.path(fp,'lfa41georges.survey.efficiency.rdata'))
  			load(file = file.path(fp,'lfa41georges.survey.efficiency.rdata'))
			
			surveyEfficPlot(aout,fname='lfa41georgesefficiency.pdf')
LobsterScience/bio.lobster documentation built on Feb. 14, 2025, 3:28 p.m.