Skip to content

Commit

Permalink
Update func_structure_plot.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Jenkins committed Apr 29, 2024
1 parent 251db7e commit 58c3009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/func_structure_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ structure_plot <- function(admixture_df,
"segment",
x = site_divider_lines + 0.5, xend = site_divider_lines + 0.5,
y = 0, yend = Inf,
color = divider_col, linetype = divider_type, size = divider_width
color = divider_col, linetype = divider_type, linewidth = divider_width
)
}

Expand Down

0 comments on commit 58c3009

Please sign in to comment.