Skip to content

Commit

Permalink
Minor line edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DomBennett committed Apr 14, 2016
1 parent 17c98be commit 708bd77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/get-methods.R
Expand Up @@ -209,7 +209,8 @@ getNdsKids <- function(tree, ids, ...) {
#' library(treeman)
#' data(mammals)
#' # when did apes emerge?
#' prnt_id <- getPrnt(mammals, ids=c('Homo_sapiens', 'Hylobates_concolor')) # get parent id for all apes
#' # get parent id for all apes
#' prnt_id <- getPrnt(mammals, ids=c('Homo_sapiens', 'Hylobates_concolor'))
#' getNdAge(mammals, id=prnt_id)
#TODO: how to effectively handle unrooted trees, age has no meaning
getNdAge <- function(tree, id) {
Expand Down

0 comments on commit 708bd77

Please sign in to comment.