Skip to content

Commit

Permalink
color changes analyze.tree
Browse files Browse the repository at this point in the history
  • Loading branch information
sameerpadhye committed Oct 2, 2024
1 parent a621196 commit be2d903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/external.bold.analyze.tree.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ bold.analyze.tree<-function(bold_df,
type=tree_plot_type,
cex=0.8,
font=1,
tip.color = "darkblue",
edge.color = "orangered2",
tip.color = "lightseagreen",
edge.color = "sienna1",
edge.width=1.5)
# Get the plot limits
plot_limits <- par("usr")
Expand Down

0 comments on commit be2d903

Please sign in to comment.