diat_vandam {diathor}R Documentation

Calculates ecological information for diatoms based on the Van Dam classification

Description

The input for these functions is the resulting dataframe obtained from the diat_loadData() function, to calculate ecological information for diatoms based on the Van Dam classification Sample data in the examples is taken from:

Van Dam classification is obtained form:

Usage

diat_vandam(resultLoad, vandamReports = TRUE)

Arguments

resultLoad

The resulting list obtained from the diat_loadData() function

vandamReports

Boolean. If set to 'TRUE' the detailed reports for the Van Dam classifications will be reported in the Output. Default = TRUE

Examples

## Not run: 
# Example using sample data included in the package (sampleData):
data("diat_sampleData")
# First, the diat_loadData() function has to be called to read the data
# The data will be stored into a list (loadedData)
# And an output folder will be selected through a dialog box if resultsPath is empty
# In the example, a temporary directory will be used in resultsPath
df <- diat_loadData(diat_sampleData, resultsPath = tempdir())
vandamResults <- diat_vandam(df)

## End(Not run)

[Package diathor version 0.1.0 Index]