dipteranVWHO: dipteranVWHO

Description Usage Arguments Details Value Author(s) References Examples

Description

dipteranVWHO is a function to harmonize appropriately formatted chironomid count data with the calibration set described in Quinlan and Smol (2001, 2010), construct the described VWHO model, use the model to infer VWHO from the chironomid sample data, and finally perform an analog matching analysis between the sample data and the calibration set (that follows the procedures described in the 'analogue_methods' vignette provided by the 'analogue' package).

Usage

1
dipteranVWHO(d, evaluate=FALSE, percentileCut=5, lowCount=50)

Arguments

d

matrix or data frame containing the input data

evaluate

(defaults to FALSE): logical to indicate whether to display the model information

percentileCut

(defaults to 5): cutoff value for flagging samples in the plots as having poor modern analogs

lowCount

(defaults to 50): cutoff value to flag samples that have low counts (i.e. less than 50 individuals)

Details

The required format of the input data is provided in 'dipteranVWHOInput'

Value

output list of 4 sublists

Three plots are produced: minimum dissimilarity between each sample interval and the calibration set data, sediment depth vs dipteran-inferred VWHO, and a composite combining data from both graphs.

Author(s)

Adam Jeziorski

References

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
#Import the example input data for use with dipteranVWHO
data(dipteranVWHOInput)
dipteranVWHO(dipteranVWHOInput, evaluate=TRUE, percentileCut=5, lowCount=50)

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