This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require(ape) | |
| #' get.intervals | |
| #' | |
| #' Scan through BEAST tree log line-by-line and parse each | |
| #' Newick string to retrieve the coalescent intervals | |
| #' | |
| #' @param treefile: (character) relative or absolute path to trees log file | |
| #' @return List containing objects of class coalescentIntervals (ape) keyed | |
| #' by state (MCMC step number) |