Nothing
## zzz.R
#' @import methods
#' @import Rcpp
#' @import parallel
#' @import ape
#' @importFrom stats AIC BIC logLik reorder update optim optimize constrOptim
#' @importFrom stats cophenetic hclust as.dist pchisq reshape qgamma pgamma
#' @importFrom stats na.omit model.matrix aggregate lm.fit xtabs quantile sd
#' @importFrom stats runif qbeta
#' @importFrom graphics plot plot.default plot.new plot.window text par abline
#' @importFrom graphics strwidth axis title segments points image matplot legend
#' @importFrom graphics hist identify locator barplot
#' @importFrom utils read.table download.file stack
#' @importFrom utils installed.packages write.table combn packageDescription
#' @importFrom grDevices rgb adjustcolor col2rgb
#' @useDynLib phangorn, .registration = TRUE
.packageName <- "phangorn"
.aamodels <- c("WAG", "JTT", "LG", "Dayhoff", "cpREV", "mtmam", "mtArt",
"MtZoa", "mtREV24", "VT", "RtREV", "HIVw", "HIVb", "FLU",
"Blosum62", "Dayhoff_DCMut", "JTT_DCMut")
.dnamodels <- c("JC", "F81", "K80", "HKY", "TrNe", "TrN",
"TPM1", "K81", "TPM1u", "TPM2", "TPM2u", "TPM3", "TPM3u",
"TIM1e", "TIM1", "TIM2e", "TIM2", "TIM3e", "TIM3", "TVMe",
"TVM", "SYM", "GTR")
.usermodels <- c("ER", "SYM", "FREQ", "GTR", "ORDERED")
# environment variables
# .CodonAlphabet <- c("aaa", "aac", "aag", "aat", "aca", "acc", "acg", "act",
# "aga", "agc", "agg", "agt", "ata", "atc", "atg", "att",
# "caa", "cac", "cag", "cat", "cca", "ccc", "ccg", "cct",
# "cga", "cgc", "cgg", "cgt", "cta", "ctc", "ctg", "ctt",
# "gaa", "gac", "gag", "gat", "gca", "gcc", "gcg", "gct",
# "gga", "ggc", "ggg", "ggt", "gta", "gtc", "gtg", "gtt",
# "tac", "tat", "tca", "tcc", "tcg", "tct", "tgc", "tgg",
# "tgt", "tta", "ttc", "ttg", "ttt")
.nucleotideAlphabet <- c("a", "c", "g", "t")
# if rate g[i] is smaller than .gEps invariant site is increased by w[i]
.gEps <- 1e-12
.PlotNetworxEnv <- new.env()
loadModule("Fitch_mod", TRUE)
# .onLoad <- function(libname, pkgname) {
# library.dynam("phangorn", pkgname, libname)
#}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.