Skip to contents

Plot results to see the species sensitivity distribution. The dashed line shows the HC5 value.

Usage

wqb_plot_ssd(data, fit)

Arguments

data

A data frame

fit

The fit from ssd

Details

This is a wrapper on ssdtools::predict() and ssdtools::ssd_plot().

Examples

if (FALSE) { # \dontrun{
wqb_plot_ssd(data, fit)
} # }