ssd_plot | R Documentation |
Plots species sensitivity data and distributions.
ssd_plot(
data,
pred,
left = "Conc",
right = left,
...,
label = NULL,
shape = NULL,
color = NULL,
size,
linetype = NULL,
linecolor = NULL,
xlab = "Concentration",
ylab = "Species Affected",
ci = TRUE,
ribbon = TRUE,
hc = 0.05,
shift_x = 3,
add_x = 0,
bounds = c(left = 1, right = 1),
big.mark = ",",
suffix = "%",
trans = "log10",
xbreaks = waiver(),
xlimits = NULL,
text_size = 11,
label_size = 2.5,
theme_classic = FALSE
)
ssd_plot_cdf()
and geom_ssdpoint()
ssd_plot(ssddata::ccme_boron, boron_pred, label = "Species", shape = "Group")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.