R/internal_user_opt_printCat2.R

Defines functions print_cat2

Documented in print_cat2

#' Internal function
#'
#' @param spp Character
#'
#' @return interactive action in console
#' @keywords internal
#' 
print_cat2<- function(spp){
  cat("To insert the following species:", spp, "provide a newick file or type politomy to insert species as politomy
      in its respective order node")
  cat("\n")
}

Try the FishPhyloMaker package in your browser

Any scripts or data that you put into this service are public.

FishPhyloMaker documentation built on Sept. 15, 2021, 9:09 a.m.