bcgov / ssdtools

An R package to fit and plot Species Sensitivity Distributions (SSDs)
https://bcgov.github.io/ssdtools/
Apache License 2.0
30 stars 16 forks source link

add option to switch on/off log transformation in ssd_plot() #347

Closed sebdalgarno closed 5 months ago

sebdalgarno commented 7 months ago

this is implemented in shinyssdtools with

         ggplot2::coord_trans(x = trans)

where trans is either "log10" or "identity"