Portfolio of a selection of figures I’ve created over the years of my research projects
Figure 1.
The Douglas-fir tussock moth is a native defoliator in Western North America, which primarily feeds on Douglas-fir (Pseudotsuga menziesii) and True firs (Abies spp.). The insect can cause extensive amounts of forest damage during outbreaks, when the insect reaches very high densities. The insect population is naturally controlled by widespread infection by a virus, which has two types. The This figure shows the range of the tree species the insect feeds on, along with the geographic distribution of two types of the virus that infect the Douglas-fir tussock moth (pie charts) across Western North America.
The Abies distribution is created by combining the distributions of all trees in the genus.
The viral subtypes information is a combination of extensive field collections of virus collected caterpillars and historical data reported in the literature.
The pie charts are created by first spatially clustering locations across the distribution before calculating the proportion of insects that are infected by a specific type.
This figure was created by manipulating shapefiles and dataframes in R using the packages sf
, geodata
, scatterpie
, and tidyverse
.
Figure 2.
Forest managers occasionally use species-specific biocontrol to manage outbreaks of the Douglas-fir tussock moth, to prevent high levels of forest damage. They currently only use one viral subtype in the biocontrol. This figure shows the simulated effectiveness of using bicontrol to manage the Douglas-fir tussock moth population for three biocontrol types: 100% of the multi-capsid morphotype, 100% of the single-capsid morphotype, and a 50-50 combination of the two. The effectiveness is measured as a percent change in the Douglas-fir (host) population, with more negative values meaning the insect population was decreased more. The figure shows the reduction in population for these types across a range of forest compositions (% Douglas-fir) and range of likelihoods of forest managers conducting the spray (0-1), since it’s very costly to perform. The results show that the viral composition of the biocontrol matters greatly, with the mixture being the most effective. The forest composition also matters, with the biocontrol being less effective in high \% Douglas-fir forests. This is due to a complicated interaction between the insect host, the virus, and the trees the insects are feeding on. This figure was created in R using tidyverse
.
Figure 3.
The Douglas-fir tussock moth populations inhabit a complex forest landscape. To investigate what landscape features impact the range and outbreak severity of the insect, I aggregated a large geospatial dataset of important features and population data. This figure shows the different layers of the dataset for small geographic region as an example. A shows the satellite image of the landscape in Southern British Columbia.B shows polygon data for aerial defoliation surveys, which illustrates which areas of the landscape have been damaged by the Douglas-fir tussock moth. C shows the locations of phereomone baited sticky traps data, which is used to catch adult moths. D shows spatial hierarchical clustering of the traps, which is used to identify nearby traps in small groups. E shows the distribution of the Psuedotusgata genus of tree species, which are a preferred host of the Douglas-fir tussock moth. F shows the distribution of the Pinus genus of tree species, which are not preferred host trees of the Douglas-fir tussock moth. G shows the distribution of Needleleaf forest, which is classified using remote sensing technology. H is the distribution of forest aboveground biomass (Mg/ha). I is the average mean temperature in the warmest month of the year. J is the total annual precipitation across the landscape. K is the accumulated number of degree days that occur over the season after the insect hatches. In the context of insect phenology, degree days are a measure of accumulated heat units that are used to predict insect development and life cycle stages. L shows the elevation in meters. This figure was created by analyzing raster and polygon data in R using sf
, raster
, ggmap
, metR
, scico
, and tidyverse
.