From f6047c210f811f65e208eca860d6125bf26a3679 Mon Sep 17 00:00:00 2001 From: Joe Thorley Date: Tue, 10 Dec 2024 13:00:56 -0800 Subject: [PATCH] ssd_label_comma_hc --- paper/paper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper/paper.md b/paper/paper.md index 8dad025d..35f608d6 100644 --- a/paper/paper.md +++ b/paper/paper.md @@ -115,7 +115,7 @@ To overcome this limitation, the default method (`ci_method = weighted_samples`) ## Plotting As well as fitting SSDs and providing methods for estimating $\text{HC}_x$ and $\text{HP}_u$ values, from v1 `ssdtools` has extended the `ggplot2` R package [@ggplot2] by defining `geom_ssdpoint()`, `geom_ssdsegment()`, `geom_hcintersect()` and `geom_xribbon()` geoms and a discrete color-blind scale `scale_color_sdd()` for SSD plots. -The current version (v2) adds `scale_fill_ssd()` for a discrete color-blind fill scale and `ssd_label_comma()` for formatting of x-axis labels. +The current version (v2) adds `scale_fill_ssd()` for a discrete color-blind fill scale and `ssd_label_comma()` and `ssd_label_comma_hc()` for formatting of x-axis labels. # Example of use