R/print.pplace.R

Defines functions print.pplace

Documented in print.pplace

print.pplace <-
function(x,...){
  cat("pplace object\n")
  cat(paste("run: ",nrow(x$run),"\n",sep=""))
  cat(paste("call run 1: ",x$run[1,2],"\n",sep=""))
  cat(paste("Placement on a phylogenetic tree with ",length(x$arbre$tip.label)," tips and ",x$arbre$Nnode," internal nodes.\n",sep=""))
  cat(paste("sequence nb: ",nrow(x$placement_names),"\n",sep=""))  
  cat(paste("placement nb: ",length(unique(x$placement_positions$placement_id)),"\n",sep=""))  
}

Try the BoSSA package in your browser

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

BoSSA documentation built on Oct. 23, 2020, 7:55 p.m.