Skip to content

Commit 56457ad

Browse files
author
Martin Wegmann
committed
initial commit
1 parent 6fbd494 commit 56457ad

File tree

4 files changed

+11
-37
lines changed

4 files changed

+11
-37
lines changed
310 KB
Binary file not shown.

Cheatsheet/AniMove-general-R-refcard.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
% \end{center}
8686
%
8787
\begin{textblock}{20}(180,7)
88-
\includegraphics[width=4.2\textwidth]{../../../Pictures/webpage/animove/cheeta.png}
88+
\includegraphics[width=3.8\textwidth]{pics/earth-observation_org_WegmannBevanda_cheeta.png}
8989
\end{textblock}
9090

9191
\bigskip
@@ -658,7 +658,7 @@ \section{Dates and Times}
658658
\bigskip
659659

660660
\begin{center}
661-
\includegraphics[width=.3\textwidth]{/home/wegmann/Pictures/presentations/art/rectangle_monkey_RSA_2.png}
661+
\includegraphics[width=.3\textwidth]{pics/earth-observation_org_WegmannBevanda_velvet_monkey.png}
662662
% zebra_crop_ppt.png: 1006x872 pixel, 72dpi, 35.49x30.76 cm, bb=0 0 1006 872
663663
\end{center}
664664

@@ -1104,7 +1104,7 @@ \section{Programming}
11041104
\bigskip
11051105

11061106
\begin{center}
1107-
\includegraphics[width=.13\textwidth]{../../../Pictures/webpage/animove/giraffe2_resized.png}
1107+
\includegraphics[width=.13\textwidth]{pics/earth-observation_org_WegmannBevanda_giraffe.png}
11081108
% zebra_crop_ppt.png: 1006x872 pixel, 72dpi, 35.49x30.76 cm, bb=0 0 1006 872
11091109
\end{center}
11101110

Cheatsheet/AniMove_refcard.pdf

338 KB
Binary file not shown.

Cheatsheet/AniMove_refcard.tex

Lines changed: 8 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
% latex cheat sheet for spatial data handling in R - modify to suit AniMove.org needs
2+
% based on cheatsheets latex document of J. Stein, T. Short and E. Paradis
3+
14
\documentclass[10pt,landscape]{article}
25
\usepackage{multicol}
36
\usepackage{calc}
@@ -21,27 +24,6 @@
2124
% ps2pdf latexsheet.ps
2225

2326

24-
% If you're reading this, be prepared for confusion. Making this was
25-
% a learning experience for me, and it shows. Much of the placement
26-
% was hacked in; if you make it better, let me know...
27-
28-
29-
% 2008-04
30-
% Changed page margin code to use the geometry package. Also added code for
31-
% conditional page margins, depending on paper size. Thanks to Uwe Ziegenhagen
32-
% for the suggestions.
33-
34-
% 2006-08
35-
% Made changes based on suggestions from Gene Cooperman. <gene at ccs.neu.edu>
36-
37-
38-
% To Do:
39-
% \listoffigures \listoftables
40-
% \setcounter{secnumdepth}{0}
41-
42-
43-
% This sets page margins to .5 inch if using letter paper, and to 1cm
44-
% if using A4 paper. (This probably isn't strictly necessary.)
4527
% If using another size paper, use default 1cm margins.
4628
\ifthenelse{\lengthtest { \paperwidth = 11in}}
4729
{ \geometry{top=.5in,left=.5in,right=.5in,bottom=.5in} }
@@ -110,7 +92,7 @@
11092
\end{center}
11193

11294
\begin{center}
113-
\includegraphics[width=.3\textwidth]{../../Pictures/webpage/animove/buffalo.png}
95+
\includegraphics[width=.22\textwidth]{pics/animove_org_WegmannBevanda_zebra_africa_dbb_light.png}
11496
% rhino.png: 719x1056 pixel, 300dpi, 6.09x8.94 cm, bb=0 0 173 253
11597
\end{center}
11698

@@ -133,8 +115,7 @@ \section{Packages}
133115
\verb!bcpa! & analyse movement tracks\\
134116
& \\
135117
further relevant packages:\\
136-
137-
118+
%
138119
\verb!spatstat! & spatial statistics\\
139120
\verb!gstat! & geostatistics\\
140121
\verb!geoR! & geostatistical analysis\\
@@ -146,7 +127,7 @@ \section{Packages}
146127
\verb!lme4! & mixed-effects model\\
147128
\verb!landsat! & Landsat specific analysis\\
148129
\verb!spgrass6! & interaction with GRASS\\
149-
130+
%
150131
& \\
151132
visualisation packages:\\
152133
\verb!maptools! & handling spatial objects\\
@@ -155,8 +136,7 @@ \section{Packages}
155136
\verb!mapdata! & supplements to maps\\
156137
\verb!rasterVis! & enhanced raster visualisation\\
157138
\verb!ggplot2! & for more fancy plots\\
158-
\verb!reshape2! & flexibly reshape data
159-
139+
\verb!reshape2! & flexibly reshape data \\
160140
&
161141
\end{tabular}
162142

@@ -166,12 +146,6 @@ \section{Packages}
166146
Relevant commands are listed below, actual syntax needs to be checked within the manual pages of each command.
167147
\rule{0.32\textwidth}{0.4pt}
168148

169-
% Used at the very beginning of a document:
170-
% \verb!\documentclass{!\textit{class}\verb!}!. Use
171-
% \verb!\begin{document}! to start contents and \verb!\end{document}! to
172-
% end the document.
173-
174-
175149

176150

177151
\section{\textbf{Raster}}
@@ -460,7 +434,7 @@ \section{Miscellaneous}
460434

461435

462436
\begin{center}
463-
\includegraphics{../../Pictures/webpage/animove/rhino.png}
437+
\includegraphics[width=.2\textwidth]{pics/earth-observation_org_WegmannBevanda_rhino_family.png}
464438
% rhino.png: 719x1056 pixel, 300dpi, 6.09x8.94 cm, bb=0 0 173 253
465439
\end{center}
466440

0 commit comments

Comments
 (0)