diat_guilds {diathor}R Documentation

Calculate ecological guilds for diatoms

Description

The input for these functions is the resulting dataframe obtained from the diat_loadData() function, to calculate the ecological guilds for the diatoms Sample data in the examples is taken from:

Guild classification is obtained from:

Usage

diat_guilds(resultLoad)

Arguments

resultLoad

The resulting list obtained from the diat_loadData() function

Examples


# 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())
guildsResults <- diat_guilds(df)


[Package diathor version 0.1.0 Index]