You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown/ComplexResultTemplate.Rmd
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
17
17
\newpage
18
18
19
-
```{r echo=FALSE,tab.cap='Summary by survey districts and depth intervals of {{year}} {{region}} trawl effort (number of hauls), number of hauls containing members of the {{spp_name_informal_low}}, and their mean CPUE and biomass estimates.', tab.id=paste0("table1-","{{species_code}}"), tab.cap.style = "Table caption",tab.align="left"}
19
+
```{r echo=FALSE,tab.cap='Summary by survey districts and depth intervals of {{year}} {{SRVY}} trawl effort (number of hauls), number of hauls containing members of the {{spp_name_informal_low}}, and their mean CPUE and biomass estimates.', tab.id=paste0("table1-","{{species_code}}"), tab.cap.style = "Table caption",tab.align="left"}
```{r echo=FALSE,tab.cap='Summary by survey district (NMFS area), survey subdistrict, and depth intervals of {{year}} {{region}} survey trawl effort (number of hauls), number of hauls containing members of the {{spp_name_informal_low}}, and their mean CPUE and biomass estimates.', tab.id=paste0("table2-","{{species_code}}"), tab.cap.style = "Table caption",tab.align="left"}
43
+
```{r echo=FALSE,tab.cap='Summary by survey district (NMFS area), survey subdistrict, and depth intervals of {{year}} {{SRVY}} survey trawl effort (number of hauls), number of hauls containing members of the {{spp_name_informal_low}}, and their mean CPUE and biomass estimates.', tab.id=paste0("table2-","{{species_code}}"), tab.cap.style = "Table caption",tab.align="left"}
flextable::compose(part = "header", i = 1, j = 6, value = as_paragraph("CPUE\n(kg/km", as_sup("2"), ")"))
65
65
```
66
66
67
-
```{r echo=FALSE,fig.fullwidth=TRUE,dpi=300,fig.cap='Time series of biomass, prevalence in survey hauls, and percent change in biomass of {{spp_name_informal}} in the {{region}} bottom trawl survey from {{species_start_yr}} to {{maxyr}}. The dashed horizontal line indicates the long term average.', fig.id=paste0("threepanel-","{{species_code}}"), fig.width=6.5,fig.height=2, tab.cap.style = "Figure Caption"}
67
+
```{r echo=FALSE,fig.fullwidth=TRUE,dpi=300,fig.cap='Time series of biomass, prevalence in survey hauls, and percent change in biomass of {{spp_name_informal}} in the {{SRVY}} bottom trawl survey from {{species_start_yr}} to {{maxyr}}. The dashed horizontal line indicates the long term average.', fig.id=paste0("threepanel-","{{species_code}}"), fig.width=6.5,fig.height=2, tab.cap.style = "Figure Caption"}
68
68
list_3panel_ts[["{{species_code}}"]]
69
69
```
70
70
71
71
<!---BLOCK_LANDSCAPE_START--->
72
72
73
-
```{r echo=FALSE,fig.cap='Catch per unit effort (CPUE, kg/ha; X = no catch) of the {{spp_name_informal_low}} in the {{year}} {{region}} RACE GAP summer bottom trawl survey. Strata are shaded by their maximum depth (darker colors = deeper).', fig.id=paste0("cpue-","{{species_code}}"), tab.cap.style = "Figure Caption",fig.width=10,fig.height = 5.5, dpi=300}
73
+
```{r echo=FALSE,fig.cap='Catch per unit effort (CPUE, kg/ha; X = no catch) of the {{spp_name_informal_low}} in the {{year}} {{SRVY}} summer bottom trawl survey. Strata are shaded by their maximum depth (darker colors = deeper).', fig.id=paste0("cpue-","{{species_code}}"), tab.cap.style = "Figure Caption",fig.width=10,fig.height = 5.5, dpi=300}
Copy file name to clipboardExpand all lines: markdown/InvertebrateResultTemplate.Rmd
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
13
13
\newpage
14
-
```{r echo=FALSE,tab.cap='Summary by survey districts and depth intervals of {{year}} {{region}} trawl effort (number of trawl hauls), number of hauls containing {{spp_name_informal}}, their mean CPUE and biomass estimates, and average individual weight.', tab.id=paste0("table1-",{{species_code}}), tab.cap.style = "Table caption",tab.align="left"}
14
+
```{r echo=FALSE,tab.cap='Summary by survey districts and depth intervals of {{year}} {{SRVY}} trawl effort (number of trawl hauls), number of hauls containing {{spp_name_informal}}, their mean CPUE and biomass estimates, and average individual weight.', tab.id=paste0("table1-",{{species_code}}), tab.cap.style = "Table caption",tab.align="left"}
```{r echo=FALSE,tab.cap='Summary by survey district (NMFS area), survey subdistrict, and depth intervals of {{year}} {{region}} survey trawl effort (number of hauls), number of hauls containing {{spp_name_informal}}, and their mean CPUE and biomass estimates.', tab.id=paste0("table2-",{{species_code}}), tab.cap.style = "Table caption",tab.align="left"}
41
+
```{r echo=FALSE,tab.cap='Summary by survey district (NMFS area), survey subdistrict, and depth intervals of {{year}} {{SRVY}} survey trawl effort (number of hauls), number of hauls containing {{spp_name_informal}}, and their mean CPUE and biomass estimates.', tab.id=paste0("table2-",{{species_code}}), tab.cap.style = "Table caption",tab.align="left"}
`Hauls with positive catch` = "Hauls w/\npositive catch",
59
60
`Percent hauls with positive catch` = "% \npositive \ntows",
60
61
`CPUE (kg/km2)` = "CPUE\n(kg/km2)",
61
62
`Biomass (t)` = "Biomass\n(t)") |>
62
63
flextable::compose(part = "header", i = 1, j = 6, value = as_paragraph("CPUE\n(kg/km", as_sup("2"), ")"))
63
64
```
64
65
65
-
```{r echo=FALSE,fig.fullwidth=TRUE,dpi=300,fig.cap='Time series of biomass, prevalence in survey hauls, and percent change in biomass of {{spp_name_informal}} in the {{region}} bottom trawl survey from {{species_start_yr}} to {{maxyr}}. The dashed horizontal line indicates the long term average.', fig.id=paste0("threepanel-","{{species_code}}"), fig.width=6.5,fig.height=2, tab.cap.style = "Figure Caption"}
66
+
```{r echo=FALSE,fig.fullwidth=TRUE,dpi=300,fig.cap='Time series of biomass, prevalence in survey hauls, and percent change in biomass of {{spp_name_informal}} in the {{SRVY}} bottom trawl survey from {{species_start_yr}} to {{maxyr}}. The dashed horizontal line indicates the long term average.', fig.id=paste0("threepanel-","{{species_code}}"), fig.width=6.5,fig.height=2, tab.cap.style = "Figure Caption"}
66
67
list_3panel_ts[["{{species_code}}"]]
67
68
```
68
69
69
70
<!---BLOCK_LANDSCAPE_START--->
70
-
```{r echo=FALSE,fig.cap='Catch per unit effort (CPUE, kg/ha; X = no catch) of {{spp_name_informal}} in the {{year}} {{region}} RACE GAP summer bottom trawl survey catches.', fig.id=paste0("cpue-",{{species_code}}), tab.cap.style = "Figure Caption",fig.width=10,fig.height = 5, dpi=300}
71
+
```{r echo=FALSE,fig.cap='Catch per unit effort (CPUE, kg/ha; X = no catch) of {{spp_name_informal}} in the {{year}} {{SRVY}} summer bottom trawl survey catches.', fig.id=paste0("cpue-",{{species_code}}), tab.cap.style = "Figure Caption",fig.width=10,fig.height = 5, dpi=300}
0 commit comments