Skip to content

Commit

Permalink
fix: change vjust parameter so labels appear below q-q points
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Feb 23, 2024
1 parent a57333c commit ad8ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ srv_a_regression <- function(id,
color = "red",
max.overlaps = Inf,
hjust = 0,
vjust = 1,
vjust = 0,
min.segment.length = label_min_segment,
segment.alpha = .5,
seed = 123
Expand Down

0 comments on commit ad8ed1c

Please sign in to comment.