R/print.jplace.R

Defines functions print.jplace

Documented in print.jplace

print.jplace <-
function(x,...){
  cat("jplace object\n")
  cat(paste("call run: ",x$run,"\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: ",length(unique(x$multiclass$name)),"\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.