Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Aug 27, 2024
1 parent 469b469 commit a7971d9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
13 changes: 6 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CHANGES in PHANGORN VERSION 3.0.0
CHANGES in PHANGORN VERSION 2.12.0

NEW FEATURES

Expand All @@ -18,15 +18,15 @@ NEW FEATURES

character vector for the node argument and not only integers.

o Ancestral state reconstructionwas in parts rewritten. Output is now an
o Ancestral state reconstruction was rewritten. Output is now an object of

object of class ancestral. E.g. ancestral states of constant sites are now
class ancestral. E.g. ancestral states of constant sites are now always

always this state.
this state.

o Improvements to several plot functions to get nicer plots out of the box.

o Nicer defaults for plot.pml, mainly for rooted trees.
Nicer defaults for plot.pml, mainly for rooted trees.

o plotAnc got an argument scheme allowing to use different color schemes,

Expand All @@ -38,8 +38,7 @@ NEW FEATURES

o new function composition_test comparing indicating possible problems

with base / state composition.

with base / state composition as in iqtree.

OTHER CHANGES

Expand Down
2 changes: 1 addition & 1 deletion R/draw_CI.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ edge_length_matrix <- function(tree, trees, rooted=TRUE){
##' add_edge_length(bs)
##' plot(tree_compat)
##' add_boxplot(tree_compat, bs, boxwex=.7)
##' @seealso \code{\link[ape::node.depth]{node.depth.edgelength}},
##' @seealso \code{\link[ape]{node.depth}},
##' \code{\link[ape]{consensus}}, \code{\link{maxCladeCred}},
##' \code{\link{add_boxplot}}
##' @keywords aplot
Expand Down
5 changes: 3 additions & 2 deletions R/gap_as_state.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
#' @param ambiguous a character which codes for the ambiguous state
#' @return The functions return an object of class \code{phyDat}.
#' @author Klaus Schliep \email{klaus.schliep@@gmail.com}
#' @seealso \code{\link{phyDat}}, \code{\link[ape]{ltg2amb}}, \code{\link{latag2n}},
#' \code{\link{ancestral.pml}}, \code{\link{gap_as_state}}
#' @seealso \code{\link{phyDat}}, \code{\link{ltg2amb}},
#' \code{\link[ape]{latag2n}}, \code{\link{ancestral.pml}},
#' \code{\link{gap_as_state}}
#' @keywords cluster
#' @examples
#' data(Laurasiatherian)
Expand Down
2 changes: 1 addition & 1 deletion man/add_edge_length.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/gap_as_state.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a7971d9

Please sign in to comment.