Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/ssdtools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ tidy(fits)

It is generally more informative to plot the fits using the `autoplot` generic function (a wrapper on `ssd_plot_cdf()`).
As `autoplot` returns a `ggplot` object it can be modified prior to plotting.
For more information see the [customising plots](https://bcgov.github.io/ssdtools/articles/A_model_averaging.html) vignette.
For more information see the [customising plots](https://bcgov.github.io/ssdtools/articles/customising-plots.html) vignette.

```{r, fig.alt="A plot of the CCME boron dataset with the gamma, log-logistic and log-normal distributions with a simple black and white background color scheme."}
theme_set(theme_bw()) # set plot theme
Expand Down
Loading