NEFSC / READ-SSB-CHAJI-Effort-Displacement---Scallop

Other
0 stars 0 forks source link

table making documentation #237

Closed mle2718 closed 5 months ago

mle2718 commented 5 months ago

Please put a description about how which options must be set to construct Tables 3-5 here.

https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/14720a1d9b360700740f2fa7a677f09add059216/analysis_code/scallop_analysis_tiny_report.Rmd#L75

mchaji commented 5 months ago

Tables 2, 3, and 4, Scallop fishing in the Wind Lease Areas in the Northeast U.S., are created using tables from the scallop_analysis_tiny_report.Rmd.

In order to obtain results two params must be adjusted. First, input_shapefile value must be set to wind_sf_combined.RDS Second, AA_DAS_only will be set according to the fleet/metier type listed in the table. AA_DAS_only: TRUE for LA fleet or AA_DAS_only: FALSE for GC-IFQ fleet.

Afterwards, results are collected and pasted into tables in google sheets from the following 5 code chunks:

Number of observations Average Winsorized Revenue in closures by fleet Average winsorized landed in closures by fleet Average Winsorized Operating Profit in closures by fleet Average winsorized VPUE in closures by fleet

Examples of params for each table are below: Table 2. GC-IFQ Scallop trips, average scallop revenue, average landings, average operating profit, and average revenue per day. input_shapefile: value: wind_sf_combined.RDS AA_DAS_only: FALSE

Table 3. Limited Access (Access Area) Scallop trips, average scallop revenue, average landings, average operating profit, and average revenue per day and Table 4. Limited Access (DAS) Scallop trips, average scallop revenue, average landings, average operating profit, and average revenue per day. input_shapefile: value: wind_sf_combined.RDS AA_DAS_only: TRUE

mle2718 commented 5 months ago

Great. Please put in a Pull request for main<-whatever branch you have that in.

mle2718 commented 5 months ago

closed by #239