\relax \@writefile{toc}{\contentsline {chapter}{\numberline {A}A Brief Introduction to \relax \textsf {R}}{335}} \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{toc}{\contentsline {section}{\numberline {A.1}Strengths of \textsf {\textsf {R/S}}}{335}} \@writefile{toc}{\contentsline {section}{\numberline {A.2}The \relax \textsf {R}\nobreakspace {}Graphical User Interface (GUI)}{336}} \@writefile{lof}{\contentsline {figure}{\numberline {A.1}{\ignorespaces The Mac OS X \relax \textsf {R}\nobreakspace {}GUI. Color coded syntax not visible in this figure.}}{337}} \newlabel{fig:gui}{{A.1}{337}} \@writefile{toc}{\contentsline {section}{\numberline {A.3}Where is \relax \textsf {R}?}{338}} \newlabel{sec:where-r}{{A.3}{338}} \@writefile{toc}{\contentsline {section}{\numberline {A.4}Starting at the Very Beginning}{338}} \@writefile{lof}{\contentsline {figure}{\numberline {A.2}{\ignorespaces A conceptual representation of where \relax \textsf {R}\nobreakspace {}exists. "CRAN" stands for "Comprehensive \relax \textsf {R}\nobreakspace {}Archive Network." "RAM" (random access memory) is your computer's active brain; \relax \textsf {R}\nobreakspace {}keeps some stuff floating in this active memory and this "stuff" is the \emph {workspace}. }}{339}} \newlabel{fig:Rcomman}{{A.2}{339}} \@writefile{toc}{\contentsline {chapter}{\numberline {B}Programming in \relax \textsf {R}}{341}} \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} \@writefile{toc}{\contentsline {section}{\numberline {B.1}Help}{341}} \@writefile{toc}{\contentsline {section}{\numberline {B.2}Assignment}{342}} \@writefile{toc}{\contentsline {section}{\numberline {B.3}Data Structures}{343}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.1}Vectors}{343}} \@writefile{toc}{\contentsline {subsubsection}{Sequences}{343}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.2}Getting information about vectors}{344}} \@writefile{toc}{\contentsline {subsubsection}{Algebra with vectors}{346}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.3}Extraction and missing values}{347}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.4}Matrices}{348}} \@writefile{toc}{\contentsline {subsubsection}{Extraction in matrices}{349}} \@writefile{toc}{\contentsline {subsubsection}{Simple matrix algebra}{350}} \newlabel{exM}{{B.1}{350}} \newlabel{exM}{{B.3}{350}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.5}Data frames}{352}} \@writefile{toc}{\contentsline {subsubsection}{Factors}{353}} \newlabel{sec:factors}{{B.3.5}{353}} \newlabel{fig:strip1}{{B.1a}{354}} \newlabel{sub@fig:strip1}{{(a)}{a}} \newlabel{fig:strip2}{{B.1b}{354}} \newlabel{sub@fig:strip2}{{(b)}{b}} \@writefile{lof}{\contentsline {figure}{\numberline {B.1}{\ignorespaces Graphics before and after the factor was releveled to place the factor levels in a logical order.}}{354}} \@writefile{lof}{\contentsline {subfigure}{\numberline{(a)}{\ignorespaces {Before}}}{354}} \@writefile{lof}{\contentsline {subfigure}{\numberline{(b)}{\ignorespaces {After}}}{354}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.6}Lists}{354}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.3.7}Data frames are also lists}{355}} \@writefile{toc}{\contentsline {section}{\numberline {B.4}Functions}{356}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.4.1}Writing your own functions}{357}} \newlabel{sec:writing-your-own}{{B.4.1}{357}} \@writefile{toc}{\contentsline {section}{\numberline {B.5}Sorting}{358}} \@writefile{toc}{\contentsline {section}{\numberline {B.6}Iterated Actions: the \texttt {apply} Family and Loops}{359}} \newlabel{sec:iter-acti-apply}{{B.6}{359}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.6.1}Iterations of independent actions}{359}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.6.2}Dependent iterations}{360}} \@writefile{toc}{\contentsline {section}{\numberline {B.7}Rearranging and Aggregating Data Frames}{361}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.7.1}Rearranging or reshaping data}{361}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.7.2}Summarizing by groups}{362}} \@writefile{toc}{\contentsline {section}{\numberline {B.8}Getting Data out of and into the Workspace}{363}} \@writefile{toc}{\contentsline {section}{\numberline {B.9}Probability Distributions and Randomization}{364}} \@writefile{lof}{\contentsline {figure}{\numberline {B.2}{\ignorespaces Histogram of random numbers drawn from a normal distribution with $\mu =11$ and $\sigma =6$. The normal probability density function is drawn as well.}}{365}} \newlabel{fig:myhist}{{B.2}{365}} \citation{Petzoldt:2003dp} \@writefile{toc}{\contentsline {section}{\numberline {B.10}Numerical integration of ordinary differential equations}{366}} \newlabel{sec:numer-integr-ordin}{{B.10}{366}} \newlabel{eq:1}{{B.5}{367}} \@writefile{toc}{\contentsline {section}{\numberline {B.11}Numerical Optimization}{369}} \newlabel{sec:numer-optim}{{B.11}{369}} \citation{Bolker:2008rr} \citation{Bolker:2008rr} \@writefile{lof}{\contentsline {figure}{\numberline {B.3}{\ignorespaces Illustration of the least squares criterion. Our objective function returns (i.e. generates) the squared deviations between the fitted model and the data. Optimization minimizes the criterion (``LS.criterion'') and thereby finds the right guess (x axis).}}{371}} \newlabel{fig:LS}{{B.3}{371}} \@writefile{lof}{\contentsline {figure}{\numberline {B.4}{\ignorespaces Profile confidence intervals for various limits, based on \texttt {mle2}.}}{373}} \newlabel{fig:pci}{{B.4}{373}} \@writefile{toc}{\contentsline {section}{\numberline {B.12}Derivatives}{373}} \@writefile{toc}{\contentsline {section}{\numberline {B.13}Graphics}{374}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.13.1}\texttt {plot}}{374}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.13.2}Adding points, lines and text to a plot}{374}} \newlabel{fig:eg1}{{B.5a}{375}} \newlabel{sub@fig:eg1}{{(a)}{a}} \newlabel{fig:eg2}{{B.5b}{375}} \newlabel{sub@fig:eg2}{{(b)}{b}} \newlabel{fig:eg3}{{B.5c}{375}} \newlabel{sub@fig:eg3}{{(c)}{c}} \newlabel{fig:eg4}{{B.5d}{375}} \newlabel{sub@fig:eg4}{{(d)}{d}} \@writefile{lof}{\contentsline {figure}{\numberline {B.5}{\ignorespaces Examples of graphics}}{375}} \@writefile{lof}{\contentsline {subfigure}{\numberline{(a)}{\ignorespaces {Simple}}}{375}} \@writefile{lof}{\contentsline {subfigure}{\numberline{(b)}{\ignorespaces {With Colors}}}{375}} \@writefile{lof}{\contentsline {subfigure}{\numberline{(c)}{\ignorespaces {Two Y vars.}}}{375}} \@writefile{lof}{\contentsline {subfigure}{\numberline{(d)}{\ignorespaces {Two Y axes}}}{375}} \newlabel{fig:eg}{{B.5}{375}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.13.3}More than one response variable}{375}} \@writefile{lot}{\contentsline {table}{\numberline {B.1}{\ignorespaces Commonly used arguments to \texttt {plot}. See help pages at \texttt {?plot} and \texttt {?plot.default} for more information.}}{376}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.13.4}Controlling Graphics Devices}{377}} \@writefile{toc}{\contentsline {subsection}{\numberline {B.13.5}Creating a Graphics File}{378}} \@writefile{toc}{\contentsline {section}{\numberline {B.14}Graphical displays that show distributions}{378}} \@writefile{lof}{\contentsline {figure}{\numberline {B.6}{\ignorespaces A variety of examples with different graphics \emph {par}ameters.}}{379}} \newlabel{fig:par}{{B.6}{379}} \@writefile{toc}{\contentsline {section}{\numberline {B.15}Eigenanalysis}{380}} \@writefile{toc}{\contentsline {section}{\numberline {B.16}Eigenanalysis of demographic versus Jacobian matrices}{380}} \@writefile{lof}{\contentsline {figure}{\numberline {B.7}{\ignorespaces Examples of ways to look at the distribution of your data. See \texttt {?hist}, for example, for more information.}}{381}} \newlabel{fig:dists}{{B.7}{381}} \@writefile{toc}{\contentsline {section}{\numberline {B.17}Symbols used in this book}{382}} \@writefile{lot}{\contentsline {table}{\numberline {B.2}{\ignorespaces Symbols and their pronunciation; occasional usage applies to lowercase, unless otherwise specified. A few symbols have common variants. Any symbol might be part of any equation; ecologists frequently ascribe other meanings which have to be defined each time they are used. See also http://en.wikipedia.org/wiki/Greek\_letters}}{383}} \@setckpt{Appendix/Appendix}{ \setcounter{page}{384} \setcounter{equation}{7} \setcounter{enumi}{4} \setcounter{enumii}{0} \setcounter{enumiii}{0} \setcounter{enumiv}{0} \setcounter{footnote}{5} \setcounter{mpfootnote}{0} \setcounter{part}{3} \setcounter{section}{17} \setcounter{subsection}{0} \setcounter{subsubsection}{0} \setcounter{paragraph}{0} \setcounter{subparagraph}{0} \setcounter{figure}{7} \setcounter{table}{2} \setcounter{chapter}{2} \setcounter{theorem}{0} \setcounter{prob}{0} \setcounter{merk}{0} \setcounter{pp@next@reset}{0} \setcounter{parentequation}{0} \setcounter{float@type}{4} \setcounter{KVtest}{0} \setcounter{subfigure}{0} \setcounter{subfigure@save}{4} \setcounter{lofdepth}{1} \setcounter{subtable}{0} \setcounter{subtable@save}{0} \setcounter{lotdepth}{1} \setcounter{FancyVerbLine}{3} }