Starts a Shiny app to interactively explore posterior densities by species complex.

launch_density_app(stan_results)

Arguments

stan_results

A list containing the Stan model and metadata (same structure as required in `plot_density_interactive()`).

Value

Launches a Shiny application; does not return a value.

Details

The app allows users to select a species complex, optionally exclude species with "unlabel" in their names, and view an interactive plot of normalized posterior densities.