Skip to content

Commit

Permalink
parametertypo fontface
Browse files Browse the repository at this point in the history
  • Loading branch information
abusjahn committed Nov 26, 2023
1 parent 4ae23e8 commit 186fd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ label_outliers <- function(plotbase, labelvar, #xvar, #yvar,
color=color,
size=size,
hjust=hjust,
face=face)
fontface=face)
}


Expand Down

0 comments on commit 186fd12

Please sign in to comment.