From 186fd12c429ad8a08856c8200d14c898f7ee2bb1 Mon Sep 17 00:00:00 2001 From: Andreas Busjahn Date: Sun, 26 Nov 2023 17:22:20 +0100 Subject: [PATCH] parametertypo fontface --- NEWS.md | 3 ++- R/plots.R | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 4da7511..b86906e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,7 @@ #wrappedtools 0.9.4 - ksnormal can handle input of 0 data points -- new function label_outliers +- new function label_outliers to extend boxplots +- new function detect_outliers for compatibility with geom_boxplot # wrappedtools 0.9.3 - compare2numvars checks indep. variables for 2 levels diff --git a/R/plots.R b/R/plots.R index ff9dfba..0fbbc8d 100644 --- a/R/plots.R +++ b/R/plots.R @@ -283,7 +283,7 @@ label_outliers <- function(plotbase, labelvar, #xvar, #yvar, color=color, size=size, hjust=hjust, - face=face) + fontface=face) }