op_lists {optimos.prime}R Documentation

Optimos Prime calculates optima and tolerance for a matrix of species and environmental factors

Description

You will need two dataframes. If they are not specified as arguments, you will be prompted to import them from CSV format.

Usage

op_lists(environmental_df, species_df, listOnly = 0)

Arguments

environmental_df

The dataframe with your environmental data. Variables as rows, Sites as columns

species_df

The dataframe with your species densities. Species as rows, Sites as columns.

listOnly

Which lists to return. If = 0, then returns all three lists combined (Sites, Species, Environmental). If = 1, it returns only lists of Sites. If = 2, it returns only list of Species. If = 3, it returns only list of Environmental parameters.

Details

This function (op_lists) generates three lists from your dataframes: a species list, an environmental factors list and a sample (or sampling sites) list


[Package optimos.prime version 0.1.2 Index]