R/logBranch.R

Defines functions logBranch

logBranch <- function(tree,base){
	require(ape)
	tree$edge.length <- log(tree$edge.length,base)
	return(tree)
}
manabusakamoto/evoldiver documentation built on March 9, 2024, 9:56 a.m.