jezioro: jezioro

Description Details Author(s) References Examples

Description

The jezioro package is a collection of functions and datasets intended for use in paleolimnological analyses by members of the Paleoecological Environmental Assessment and Research Laboratory (PEARL).

Details

Package: jezioro
Type: Package
Version: 0.20
Date: 2020-09-04
License: GPL (>= 2)
LazyLoad: no

jezioro contains the following functions

NOTE:
binfordRho, binfordActivity and binfordDates are intended to be run in sequence, as the output from binfordRho and binfordActivity provide the input for binfordDates:

jezioro contains the following data sets:

Author(s)

Adam Jeziorski, Joshua Thienpont, Andrew Labaj, Brendan Wiltse

Maintainer: Adam Jeziorski <ajezzz@gmail.com>

References

Hall RI, Smol JP (1996) Paleolimnological assessment of long-term water-quality changes in south-central Ontario lakes affected by cottage development and acidification. Canadian Journal of Fisheries and Aquatic Sciences 53: 1-17

Simpson GL (2018) Modelling Palaeoecological Time Series Using Generalised Additive Models. Frontiers in Ecology and Evolution DOI:10.3389/fevo.2018.00149

Quinlan R, Smol JP (2001) Chironomid-based inference models for estimating end-of-summer hypolimnetic oxygen from south-central Ontario shield lakes. Freshwater Biology 46: 1529-1551

Quinlan R, Smol JP (2010) Use of Chaoborus subfossil mandibles in models for inferring past hypolimnetic oxygen. Journal of Paleolimnology 44: 43-50.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#load example cladoceran count data and the calculate number of individuals and relative 
#abundance of each taxon present
data(cladCountInput)
cladCount(cladCountInput)

#load example vrsChla measurements and infer chlorophyll a values
data(vrsChlaInput)
vrsChla(vrsChlaInput)

#load binfordRhoInput data and calculate the percent water of the sediment samples freeze
#-dried in "Whirlpak" bags, while defining custom values for bag weight and core diameter
data(binfordRhoInput)
binfordRho(binfordRhoInput, bagwt=3.75, subsample=FALSE, coreD=3.81)

shiggo/jezioro documentation built on Sept. 7, 2020, 7:34 p.m.