ssd_dists_all {ssdtools}R Documentation

All Species Sensitivity Distributions

Description

Gets a character vector of the names of all the available distributions.

Usage

ssd_dists_all(valid = TRUE)

Arguments

valid

A flag or NULL specifying whether to include distributions with valid likelihoods that allows them to be fit with other distributions for modeling averaging.

Value

A unique, sorted character vector of the distributions.

See Also

Other dists: dist_data, ssd_dists(), ssd_dists_shiny()

Examples

ssd_dists_all()

[Package ssdtools version 2.3.0 Index]