Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Wegmann committed May 11, 2014
1 parent 6fbd494 commit 56457ad
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 37 deletions.
Binary file added Cheatsheet/AniMove-general-R-refcard.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions Cheatsheet/AniMove-general-R-refcard.tex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
% \end{center}
%
\begin{textblock}{20}(180,7)
\includegraphics[width=4.2\textwidth]{../../../Pictures/webpage/animove/cheeta.png}
\includegraphics[width=3.8\textwidth]{pics/earth-observation_org_WegmannBevanda_cheeta.png}
\end{textblock}

\bigskip
Expand Down Expand Up @@ -658,7 +658,7 @@ \section{Dates and Times}
\bigskip

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

Expand Down Expand Up @@ -1104,7 +1104,7 @@ \section{Programming}
\bigskip

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

Expand Down
Binary file added Cheatsheet/AniMove_refcard.pdf
Binary file not shown.
42 changes: 8 additions & 34 deletions Cheatsheet/AniMove_refcard.tex
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
% latex cheat sheet for spatial data handling in R - modify to suit AniMove.org needs
% based on cheatsheets latex document of J. Stein, T. Short and E. Paradis

\documentclass[10pt,landscape]{article}
\usepackage{multicol}
\usepackage{calc}
Expand All @@ -21,27 +24,6 @@
% ps2pdf latexsheet.ps


% If you're reading this, be prepared for confusion. Making this was
% a learning experience for me, and it shows. Much of the placement
% was hacked in; if you make it better, let me know...


% 2008-04
% Changed page margin code to use the geometry package. Also added code for
% conditional page margins, depending on paper size. Thanks to Uwe Ziegenhagen
% for the suggestions.

% 2006-08
% Made changes based on suggestions from Gene Cooperman. <gene at ccs.neu.edu>


% To Do:
% \listoffigures \listoftables
% \setcounter{secnumdepth}{0}


% This sets page margins to .5 inch if using letter paper, and to 1cm
% if using A4 paper. (This probably isn't strictly necessary.)
% If using another size paper, use default 1cm margins.
\ifthenelse{\lengthtest { \paperwidth = 11in}}
{ \geometry{top=.5in,left=.5in,right=.5in,bottom=.5in} }
Expand Down Expand Up @@ -110,7 +92,7 @@
\end{center}

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

Expand All @@ -133,8 +115,7 @@ \section{Packages}
\verb!bcpa! & analyse movement tracks\\
& \\
further relevant packages:\\


%
\verb!spatstat! & spatial statistics\\
\verb!gstat! & geostatistics\\
\verb!geoR! & geostatistical analysis\\
Expand All @@ -146,7 +127,7 @@ \section{Packages}
\verb!lme4! & mixed-effects model\\
\verb!landsat! & Landsat specific analysis\\
\verb!spgrass6! & interaction with GRASS\\

%
& \\
visualisation packages:\\
\verb!maptools! & handling spatial objects\\
Expand All @@ -155,8 +136,7 @@ \section{Packages}
\verb!mapdata! & supplements to maps\\
\verb!rasterVis! & enhanced raster visualisation\\
\verb!ggplot2! & for more fancy plots\\
\verb!reshape2! & flexibly reshape data

\verb!reshape2! & flexibly reshape data \\
&
\end{tabular}

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

% Used at the very beginning of a document:
% \verb!\documentclass{!\textit{class}\verb!}!. Use
% \verb!\begin{document}! to start contents and \verb!\end{document}! to
% end the document.




\section{\textbf{Raster}}
Expand Down Expand Up @@ -460,7 +434,7 @@ \section{Miscellaneous}


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

Expand Down

0 comments on commit 56457ad

Please sign in to comment.