You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build the function decompose based on the following template.
#!r
#' Decomposes a single tree into a series of subtrees designated by internal
#' node numbers
#'
#' @param phy The tree to be decomposed, as an ape phylo object
#' @param x A vector of internal node numbers. The tree phy will be cut on each branch
#' that subtends each of these nodes.
#' @return A list of phylo objects
decompose <- function( phy, x ){}
Originally reported by: Casey Dunn (Bitbucket: caseywdunn, GitHub: caseywdunn)
Build the function
decompose
based on the following template.The text was updated successfully, but these errors were encountered: