blob: da4d84cc4c621af597081629bea8c4ff996dcdfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
\input gen/tables.i
\font\tablefont=cmr10 at 11pt
\def\table#1#2{
\vbox{\setbox0=\vbox{\halign{&\vrule\strut\hskip3pt\hfil {\tablefont ##}\hfil\hskip3pt\vrule\cr\noalign{\hrule}
#1
}}\hsize=\wd0\box0\caption{#2}}
}
\def\vtable#1#2{
\vbox{\line{\hfil{\hsize=2in\valign{&\hrule\vfil\vskip2pt\tablefont\noindent ##\par\vfil\vskip2pt\hrule\cr\noalign{\vrule}
#1
}}\hfil}\caption{#2}}
}
\par\line{\picturetop{graph/depth_width.png}{Antlions' pits' depths and widths correlate strongly with square root of trial area, meaning that antlions are aware of how to optimally obtain ants for the group. Bigger dots mean more pits of that size in that trial area}{6in}\hfil
\picturetop{img/pcr.jpg}{DNA Ladder and PCR tests were used to detect Cytochrome-B gene appearance in a primed DNA mixture from crushed antlions.}{4in}
}
\kern-1.3in\hbox{
\picture{graph/nearest_neighbor.png}{The geometric average of trial edge length correlates closely with nearest neighbor distance, demonstrating consistent spacing by antlions.}{6in}
\deaths{Number of Deaths and Pits Successfully Formed in Each Trial/Subtrial}
}
\territory{The Pit Depths, Widths, and ``Territory,'' Observed in Each Trial}
|