knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.width = 6,
  fig.height = 6
)
library(sizeSpectra)

Overview of vignettes for sizeSpectra package

This R package contains functions for fitting size spectra to ecological data. In particular, it contains functionalised code to reproduce all the results in [1] and [2], and for users to apply the methods to their own data.

[1] Testing and recommending methods for fitting size spectra to data by Andrew M. Edwards, James P. W. Robinson, Michael J. Plank, Julia K. Baum and Julia L. Blanchard. Methods in Ecology and Evolution (2017, 8:57-67). Freely available at http://onlinelibrary.wiley.com/doi/10.1111/2041-210X.12641/full.

[2] Accounting for the bin structure of data removes bias when fitting size spectra by Andrew M. Edwards, James P. W. Robinson, Julia L. Blanchard, Julia K. Baum and Michael J. Plank. Marine Ecology Progress Series (2020, 636:19-33). Freely available at https://www.int-res.com/abstracts/meps/v636/p19-33/.

The vignettes explain how to use the functions in the package to reproduce the results in both papers. Users should look over the vignettes to determine which functions and code are best suited for analysing their own data. The vignettes are descriptions of how to use the code to implement the methods. The two papers should be consulted first to understand the methods (I have tried to avoid repeating explanatory text from the papers in the vignettes). In the vignettes, [1] is referred to as the 'MEE paper' and [2] as the 'MEPS paper'.

The vignettes are:

The source code written in Rmarkdown, the R code that gets extracted from the Rmarkdown code, and the resulting .html files are all found within your library folder (where all your R libraries get saved), in library\sizeSpectra\doc\.



andrew-edwards/sizeSpectra documentation built on June 28, 2023, 7:09 p.m.