Skip to content

Commit

Permalink
fix AlignLinkProto
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Dec 15, 2024
1 parent 46cca7e commit 3e41296
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/align-link.R
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ AlignLinkProto <- ggproto("AlignLinkProto", AlignGg,
},

#' @importFrom stats reorder
build = function(self, plot, coords, extra_coords, previous_coords = NULL) {
build_plot = function(self, plot, coords, extra_coords,
previous_coords = NULL) {
params <- .subset2(self, "params")
direction <- self$direction
position <- self$position
Expand Down

0 comments on commit 3e41296

Please sign in to comment.