Keywords: r rmarkdown::metadata$keywords
Highlights:
r rmarkdown::metadata$highlights
knitr::opts_chunk$set( collapse = TRUE, warning = FALSE, message = FALSE, echo = FALSE, comment = "#>", fig.path = "../figures/", dpi = 300 ) library(ushio2018) library(tidyverse)
The dynamics of ecological communities are influenced by interspecific interactions occurring at multiple temporal and spatial scales. Earlier studies have focused mainly on long-term effects [@kondoh2003; @mougi2012; @reynolds2013; @allesina2015]. However, more recent theoretical and experimental studies have revealed that temporally variable ecological and/or biological responses (including physiological and behavioural responses) can have considerable effects on community dynamics [@kondoh2003; @gratton2003]. In this paper, they look instead at a measure that accounts for nonlinear dynamics and that tracks community stability as it varies through time. Relating fluctuating interaction networks to community stability is crucial for understanding how natural ecological communities are maintained. They are presenting a framework based on attractor reconstruction from observational time series that quantifies the dynamic nature of the community interaction network and provides an estimate of dynamic stability. Here, we are showing a replication of figure 2A from [@ushio2018]
\newpage
Long-term time-series data of the fish community were obtained by underwater direct visual census conducted approximately once every two weeks along the coast of the Maizuru Fishery Research Station of Kyoto University (Nagahama, Maizuru: 35° 28′ N, 135° 22′ E) from 1 January 2002 to 2 April 2014 (285 time points during approximately 12 years). This high-frequency census enables the detection of short-term interspecific interactions.
The data and code used in this analysis were packaged as a research compendium (R package rrtools
). The research compendium was written as an R package so other researchers can read, run, and modify the methods described here.
# Note the path that we need to use to access our data files when rendering this document biw.data <- read.csv(here::here("analysis/data/raw_data/Maizuru_dominant_sp.csv")) d_bestE0 <- read.csv(here::here("analysis/data/raw_data/Maizuru_ccm_res.csv"))
num.for.smapc <- extract_causality (d_bestE0) d.name <- names(biw.data)[4:18] new.nums<- arrange_interactions(num.for.smapc) smapc.res <- SmapCFunc(new.nums, smapc.tp = 1, stats.output = T, embedding = "best_E", original.data = biw.data) smapc.tp1 <- smapc.res$coefs interaction_extract <- int_extract(smapc.tp1) head(num.for.smapc, 10)
\newpage
plot_obj <- plot_time_3d(interaction_extract ) plotly::save_image(plot_obj, file = here::here("analysis/figures/image.png"), width= 1200, height = 800, scale = 3)
And here's a cross-reference to figure \@ref(fig:species-interactions).
knitr::include_graphics(here::here("analysis/figures/image.png"))
Here we present a framework based on attractor reconstruction from observational time series that quantifies the dynamic nature of the community interaction network and provides an estimate of dynamic stability. Although the exact individual-level behaviour that gives rise to the interspecific effect cannot be addressed by this analysis, the analysis does enable quantitative identification of the essential interactions that influence community dynamics. Further applications of this framework to ecological time series in different geographical regions---for example, Arctic and tropical regions3---will enable tests of the generality of the present results, and aid in identifying other critical patterns in the dynamic stability of natural ecological communities. Such applications of empirical dynamic modelling could also clarify the relationships between interaction strengths, properties of the distribution (for example, the dominance of weak interactions, skewness and standard deviations), network structure (for example, arrangements and topologies) and community dynamics (such as the relationship between dynamic stability and population variation observed in this study), enabling a more in-depth investigation of the mechanisms by which dynamic interactions and species diversity govern the behaviour of a wide range of natural ecosystems.
Thanks to the original authors for sharing this paper and thank you to all the members of the Kondoh laboratory in Ryukoku University.
\newpage
::: {#refs} :::
\newpage
This report was generated on r Sys.time()
using the following computational environment and dependencies:
# which R packages and versions? if ("devtools" %in% installed.packages()) devtools::session_info()
The current Git commit details are:
# what commit is this file at? if ("git2r" %in% installed.packages() & git2r::in_repository(path = ".")) git2r::repository(here::here())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.