Skip to content

Commit 56133fa

Browse files
committed
doc working
1 parent 3cc6184 commit 56133fa

28 files changed

+993
-137
lines changed

.Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
^README\.Rmd$

README.Rmd

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
output: github_document
3+
---
4+
5+
<!-- README.md is generated from README.Rmd. Please edit that file -->
6+
7+
```{r setup, include = FALSE}
8+
knitr::opts_chunk$set(
9+
collapse = TRUE,
10+
comment = "#>"
11+
)
12+
```
13+
# chapter2
14+
15+
The goal of chapter2 is to resurrect and modernize the material of my thesis [chapter 2, The Tag Location Problem](https://eprints.utas.edu.au/12273/3/sumner.pdf).
16+
17+
This will accompany the [trip package](https://github.com/Trackage/trip).
18+
19+
See "chapter2.pdf".
20+
21+
22+
23+
## Build
24+
25+
Working on Linux, couldn't get it on Windows.
26+
27+
28+
```{r eval=FALSE}
29+
knitr::knit("chapter2.Rnw")
30+
tinytex::latexmk("chapter2.tex")
31+
```
32+
33+
34+
## Note
35+
36+
* some hardcoded figures "figures/gunnArchival.png" and the KDE ones were copied from
37+
artefacts
38+
* no citations work, I can't find my bib file yet and `\citep` has been redefined in newcom.tex
39+
40+
41+

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
<!-- README.md is generated from README.Rmd. Please edit that file -->
3+
4+
# chapter2
5+
6+
The goal of chapter2 is to resurrect and modernize the material of my
7+
thesis [chapter 2, The Tag Location
8+
Problem](https://eprints.utas.edu.au/12273/3/sumner.pdf).
9+
10+
This will accompany the [trip
11+
package](https://github.com/Trackage/trip).
12+
13+
See “chapter2.pdf”.
14+
15+
## Build
16+
17+
Working on Linux, couldn’t get it on Windows.
18+
19+
``` r
20+
knitr::knit("chapter2.Rnw")
21+
tinytex::latexmk("chapter2.tex")
22+
```
23+
24+
## Note
25+
26+
- some hardcoded figures “figures/gunnArchival.png” and the KDE ones
27+
were copied from artefacts
28+
- no citations work, I can’t find my bib file yet and `\citep` has
29+
been redefined in newcom.tex

chapter2.Rnw

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
\hypersetup{
1616
pdfstartview={XYZ null null 1}}
1717
\usepackage{breakurl}
18+
\include{newcom}
1819
\begin{document}
1920

2021
<<setup, include=FALSE, cache=FALSE>>=
@@ -29,8 +30,6 @@ options(formatR.arrow=TRUE,width=90)
2930
\author{Michael D. Sumner}
3031
\maketitle
3132

32-
\end document
33-
3433

3534
This chapter discusses problems faced with tracking data that concern
3635
the estimation of location and provides a flexible software
@@ -3141,7 +3140,7 @@ of track visualizations and other summaries.
31413140

31423141
\begin{figure}[!ht]
31433142
\begin{center}
3144-
\includegraphics[width=120mm]{roughfigures/gunnArchival.png}
3143+
\includegraphics[width=120mm]{figures/gunnArchival.png}
31453144
\end{center}
31463145
\caption{ Light level geo-locations for black marlin in the Coral
31473146
Sea. This image is taken from Figure~3a in \cite{Gunn:GEOL} and is

chapter2.log

+875
Large diffs are not rendered by default.

chapter2.pdf

1.36 MB
Binary file not shown.

chapter2.tex

+9-8
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
\hypersetup{
6666
pdfstartview={XYZ null null 1}}
6767
\usepackage{breakurl}
68+
\include{newcom}
6869
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
6970
\begin{document}
7071

@@ -75,7 +76,7 @@
7576
\author{Michael D. Sumner}
7677
\maketitle
7778

78-
\end document
79+
7980
This chapter discusses problems faced with tracking data that concern
8081
the estimation of location and provides a flexible software
8182
environment for exploring data and applying solutions. Examples are
@@ -2537,12 +2538,12 @@ \subsection{Filtering for unlikely movement}
25372538
## Number of points: 351
25382539
## Data attributes:
25392540
## seal date local gmt lq class
2540-
## c026:351 27-Jan-99: 10 14:42:21: 2 Min. :1999-01-01 11:35:59 0: 38 Z: 0
2541-
## 17-Jan-99: 8 15:29:50: 2 1st Qu.:1999-01-30 01:28:14 1: 10 B:214
2542-
## 14-Mar-99: 7 0:04:01 : 1 Median :1999-02-26 12:22:56 2: 8 A: 80
2543-
## 15-Mar-99: 7 0:04:05 : 1 Mean :1999-03-02 04:53:25 3: 1 0: 38
2544-
## 28-Jan-99: 7 0:10:34 : 1 3rd Qu.:1999-03-27 01:44:51 A: 80 1: 10
2545-
## 6-Feb-99 : 7 0:16:15 : 1 Max. :1999-05-22 01:29:17 B:214 2: 8
2541+
## c026:351 27-Jan-99: 10 14:42:21: 2 Min. :1999-01-01 00:35:59 0: 38 Z: 0
2542+
## 17-Jan-99: 8 15:29:50: 2 1st Qu.:1999-01-29 14:28:14 1: 10 B:214
2543+
## 14-Mar-99: 7 0:04:01 : 1 Median :1999-02-26 01:22:56 2: 8 A: 80
2544+
## 15-Mar-99: 7 0:04:05 : 1 Mean :1999-03-01 17:53:25 3: 1 0: 38
2545+
## 28-Jan-99: 7 0:10:34 : 1 3rd Qu.:1999-03-26 14:44:51 A: 80 1: 10
2546+
## 6-Feb-99 : 7 0:16:15 : 1 Max. :1999-05-21 15:29:17 B:214 2: 8
25462547
## (Other) :305 (Other) :343 3: 1
25472548
## ok
25482549
## Mode :logical
@@ -3206,7 +3207,7 @@ \subsection{Location estimation from raw archival data}
32063207

32073208
\begin{figure}[!ht]
32083209
\begin{center}
3209-
\includegraphics[width=120mm]{roughfigures/gunnArchival.png}
3210+
\includegraphics[width=120mm]{figures/gunnArchival.png}
32103211
\end{center}
32113212
\caption{ Light level geo-locations for black marlin in the Coral
32123213
Sea. This image is taken from Figure~3a in \cite{Gunn:GEOL} and is

figure/minimal-unnamed-chunk-10-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-2-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-23-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-3-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-33-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-35-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-38-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-39-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-4-1.pdf

157 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-40-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-5-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-6-1.pdf

162 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-7-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-8-1.pdf

163 Bytes
Binary file not shown.

figure/minimal-unnamed-chunk-9-1.pdf

163 Bytes
Binary file not shown.

figures/3Dplots-coarseGRIDvsKDE.png

27.7 KB
Loading

figures/3Dplots-fineGRIDvsKDE.png

50 KB
Loading

figures/gunnArchival.png

50.1 KB
Loading

knitr-minimal.tex

-126
This file was deleted.

newcom.aux

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
\relax
2+
\providecommand\hyper@newdestlabel[2]{}
3+
\@setckpt{newcom}{
4+
\setcounter{page}{1}
5+
\setcounter{equation}{0}
6+
\setcounter{enumi}{0}
7+
\setcounter{enumii}{0}
8+
\setcounter{enumiii}{0}
9+
\setcounter{enumiv}{0}
10+
\setcounter{footnote}{0}
11+
\setcounter{mpfootnote}{0}
12+
\setcounter{part}{0}
13+
\setcounter{section}{0}
14+
\setcounter{subsection}{0}
15+
\setcounter{subsubsection}{0}
16+
\setcounter{paragraph}{0}
17+
\setcounter{subparagraph}{0}
18+
\setcounter{figure}{0}
19+
\setcounter{table}{0}
20+
\setcounter{Item}{0}
21+
\setcounter{Hfootnote}{0}
22+
\setcounter{bookmark@seq@number}{0}
23+
}

newcom.tex

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
% newcom.tex (new command definitions)
2+
3+
% Some examples (yours may be different):
4+
%\newtheorem{theorem}{Theorem}[section]
5+
%\newtheorem{lemma}[theorem]{Lemma}
6+
%\newcommand{\bfx}{{\ensuremath{\mathbf{x}}}}
7+
8+
9+
\newcommand{\R}{R}
10+
\newcommand{\pkg}[1]{{\fontseries{b}\selectfont #1}}
11+
\newcommand{\proglang}[1]{\textsf{#1}}
12+
13+
\newcommand{\citep}[1]{{\fontseries{b}\selectfont #1}}

0 commit comments

Comments
 (0)