-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBig_Skate_2019.Rmd
153 lines (135 loc) · 3.55 KB
/
Big_Skate_2019.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
---
title: Status of Big Skate (*Beringraja binoculata*) Off the U.S. Pacific Coast
in 2019
author: ''
date: ''
output:
pdf_document:
fig_caption: yes
highlight: haddock
includes:
before_body: Titlepage.tex
in_header: header.tex
keep_tex: yes
number_sections: yes
template: Default_template_modified.tex
toc: yes
toc_depth: 4
html_document:
toc: yes
word_document:
reference_docx: Word.Styles.Reference.docx
highlight: haddock
fig_caption: yes
toc: yes
toc_depth: 4
documentclass: article
fontsize: 12pt
footer: ''
geometry: margin=1in
header-includes:
link-citations: yes
csl: CJFAS.csl
bibliography: BibFile.bib
---
```{r global_options, include=FALSE}
# set global options for R code chunks: echo=FALSE (don't include source code);
# warning=FALSE (suppress R warnings); message=FALSE (suppress R messages)
# eval = TRUE is default
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
```
```{r}
# Read in preamble R code - including required libraries and the SS file(s)
source('./Rcode/Preamble.R')
# Read in data/manipulations for executive summary tables and figures
# It may take time to edit this file and get it ready for your assessment
# Make small changes in this file and then try to compile the document
# Commit when you have a success!
source('./Rcode/Exec_summary_figs_tables.R')
#
# Andi added to create multi-line headings for tables. From the internet, somewhere.
#
source("./Rcode/MultiHeader.R")
```
\setlength{\parskip}{5mm plus1mm minus1mm}
\pagebreak
\pagenumbering{roman}
<!--\setcounter{page}{1}-->
\renewcommand{\thefigure}{\alph{figure}}
\renewcommand{\thetable}{\alph{table}}
```{r child = "0_Executive_Summary.Rmd"}
```
\newpage
\pagenumbering{arabic}
\setcounter{page}{1}
\renewcommand{\thefigure}{\arabic{figure}}
\renewcommand{\thetable}{\arabic{table}}
\setcounter{figure}{0}
\setcounter{table}{0}
```{r child = "1_Introduction.Rmd"}
```
\newpage
```{r child = "2_FisheryData.Rmd"}
```
\newpage
```{r child = "3_BiologicalData.Rmd"}
```
\newpage
```{r child = "4_Assessment.Rmd"}
```
\newpage
```{r child = "5_HarvestProjections.Rmd"}
```
\newpage
```{r child = "6_RegionalManagement.Rmd"}
```
\newpage
```{r child = "7_ResearchNeeds_Acknowledgements.Rmd"}
```
\newpage
# References{}
<div id = "refs"></div>
\newpage
```{r child = "8_Tables.Rmd"}
```
\newpage
```{r child = "8a_Tables.Rmd"}
```
\newpage
```{r child = "9_1_figures_Intro_FishData.Rmd"}
```
\newpage
```{r child = "9_2_Figures_BioData.Rmd"}
```
\newpage
```{r child = "9_4_Figures_Assessment.Rmd"}
```
\newpage
\renewcommand{\thefigure}{\arabic{figure}}
\renewcommand{\thetable}{\arabic{table}}
\setcounter{figure}{0}
\setcounter{table}{0}
\newpage
\setcounter{page}{1}
\renewcommand{\thepage}{A-\arabic{page}}
\renewcommand{\thefigure}{A-\arabic{figure}}
```{r child = "9_9_Appendices.Rmd"}
```
\newpage
\renewcommand{\thefigure}{\arabic{figure}}
\renewcommand{\thetable}{\arabic{table}}
\setcounter{figure}{0}
\setcounter{table}{0}
\newpage
\setcounter{page}{1}
\renewcommand{\thepage}{B-\arabic{page}}
\renewcommand{\thefigure}{B-\arabic{figure}}
```{r child = "9_10_SRG_Appendix.Rmd"}
```
\newpage
<!-- ====================================================================== -->
<!-- **********REFERENCES - WILL APPEAR AFTER APPENDICES******************* -->
<!-- ====================================================================== -->
\color{black}
\renewcommand{\thepage}{}
<!-- ********************END OF THE DOCUMENT******************************* -->