Skip to content

Commit

Permalink
get rid of note
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Apr 3, 2024
1 parent 20507bf commit 20f6282
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ importFrom(stats,binomial)
importFrom(stats,chisq.test)
importFrom(stats,constrOptim)
importFrom(stats,cophenetic)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,dgamma)
importFrom(stats,ecdf)
Expand Down
2 changes: 1 addition & 1 deletion R/baseFreq.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' \code{baseFreq} computes the frequencies (absolute or relative) of the states
#' from a sample of sequences.
#' \code{glance} computes some useful information about the alignment.
#' \code{composition_test} computes a \eqn{\Chi^2}-test testing if the state
#' \code{composition\_test} computes a \eqn{\chi^2}-test testing if the state
#' composition for a species differs.
#'
#' @param obj,x as object of class phyDat
Expand Down
2 changes: 1 addition & 1 deletion man/baseFreq.Rd

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

0 comments on commit 20f6282

Please sign in to comment.