Skip to content

Commit

Permalink
nicer plot
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Oct 23, 2024
1 parent 42e3f66 commit 29bae9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plotAnc.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ getTransition <- function(scheme, levels){
#' tree <- pml_bb(woodmouse, "JC", rearrangement="NNI")$tree |> midpoint()
#' woodmouse_aa <- trans(woodmouse, 2) |> as.phyDat()
#' anc_aa <- anc_pars(tree, woodmouse_aa)
#' plot(tree, direction="downwards")
#' add_mutations(anc_aa)
#' plot(tree)
#' add_mutations(anc_aa, adj = c(.5, -0.3), col=2)
#'
#' @importFrom grDevices hcl.colors
## @importFrom ggseqlogo make_col_scheme ggseqlogo
Expand Down

0 comments on commit 29bae9d

Please sign in to comment.