-
Notifications
You must be signed in to change notification settings - Fork 0
/
colorado_msq.Rnw
49 lines (36 loc) · 3.54 KB
/
colorado_msq.Rnw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
\documentclass{article}
\usepackage{hyperref}
\topmargin -1.5cm % read Lamport p.163
\oddsidemargin -0.04cm % read Lamport p.163
\evensidemargin -0.04cm % same as oddsidemargin but for left-hand pages
\textwidth 16.59cm
\textheight 22.94cm
\parskip 7.2pt % sets spacing between paragraphs
\parindent 3mm % sets leading space for paragraphs
\usepackage{verbatim}
\usepackage{hyperref}
\usepackage{authblk}
%\linespread{2}
\title{Twenty Year Ecological Analyses of Adult Mosquito Communities in Iowa}
\date{}
%\author{Ignacio Alvarez \and Natalia da Silva \and Mike Dunbar}
\author[1]{Ignacio Alvarez}
\author[1]{Natalia da Silva}
\author[2]{Mike Dunbar}
\affil[1]{Department of Statistics, Iowa State University}
\affil[2]{Department of Entomology, Iowa State University}
\begin{document}
\maketitle
\thispagestyle{empty}
\section*{Abstract}
There are thousands of species of mosquitoes globally, but very few of these transmit disease agents. The geographic distributions of many mosquitoes overlap significantly. In the state of Iowa, there are 55 species of mosquito, and many of them share the same habitat, hosts, and seasonality.
Mosquito population dynamics have been monitored annually since 1969, at numerous sites across the state of Iowa. The traps used have run on a daily basis from late spring through early fall. Eight of these trapping sites were chosen for ecological and statistical analyses based on the availability of 20 years of unbroken data (1994 to 2013). During this 20 year period, over 385,000 specimens of 36 species were trapped and identified. The objective of this study was to use these data to characterize mosquito population dynamics and interactions over the course of 2 decades.
Mean community composition was calculated from all observations and was used to identify communities with rare structures. Non-metric multidimensional scaling (NMDS) was used to analyze the differences in structure among common and rare communities. Furthermore, species indices (proportion of species or genera), ecological indices (abundance, species richness, and measures of diversity) and abiotic factors (precipitation and degree-day accumulation) were also determined for all observations.
A web application, using the Shiny package, was designed to generate novel ways to visualize this long-term dataset. Shiny is a modern and powerful way to combine interactive graphics with the statistical analysis in order to help entomologist to visualize, summarize and analyze the data produced by a mosquito surveillance program. The shiny app is designed to answer questions at three analysis level:
\begin{itemize}
\item Within species: the objective is to analyze the individual presence/absence characteristics of one species across years and for different sites. This allows us to ask: Does the species occurrence change across the years? For a particular species, is there any difference between sites? For how many years does the proportion of each species exceed the mean proportion of the species across sites?
\item Between species: We want to answer: which species is more abundant in each site across the years? Are there some years where some species is more abundant in one site? What are the spatially abundant species?
\item Community level: we want to visualize community dynamics to answer: which communities are rare? Which environmental factors are important to distinguish rare communities?
\end{itemize}
\emph{Keywords: Shiny, interactive graphics, Non-metric Multidimensional scaling,mosquito population dynamics}
\end{document}