From f6d94fe2a1faa77da97987a27f673e178a63712f Mon Sep 17 00:00:00 2001 From: sean-connelly-cmap <156253293+sean-connelly-cmap@users.noreply.github.com> Date: Tue, 13 Aug 2024 09:46:16 -0500 Subject: [PATCH] change direction default --- R/geom_text_lastonly_repel.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom_text_lastonly_repel.R b/R/geom_text_lastonly_repel.R index 77031d5..54225ef 100644 --- a/R/geom_text_lastonly_repel.R +++ b/R/geom_text_lastonly_repel.R @@ -137,7 +137,7 @@ geom_text_lastonly_repel <- function(mapping = NULL, data = NULL, ylim = c(NA, NA), na.rm = FALSE, check_overlap = FALSE, - direction = c("both","y","x"), + direction = c("y","x", "both"), seed = NA, verbose = FALSE, show.legend = FALSE,