Skip to content

Commit

Permalink
Update simple.tanglegram.R
Browse files Browse the repository at this point in the history
  • Loading branch information
acarafat authored Dec 4, 2024
1 parent 69134b0 commit 9bb1092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simple.tanglegram.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
simple.tanglegram <- function (tree1, tree2, column, value,
t2_pad=0.3, x_hjust=1, lab_pad = 2,
l_color = NA, tiplab=F, t2_y_pos=0,
t2_y_scale=1, t2_tiplab_size=1, t2_tiplab_pad = 0) {
t2_y_scale=1, t2_tiplab_size=3, t2_tiplab_pad = 0) {
# Update meta column variables for subsetting
col_name <- deparse(substitute(column))
parsed_value <- deparse(substitute(value))
Expand Down

0 comments on commit 9bb1092

Please sign in to comment.