powered by
Get the number of edges from phylo object aggregated by a PhyloSim object.
# S3 method for PhyloSim getNedges(this, ...)
A PhyloSim object.
Not used.
A numeric vector of length one.
For more information see PhyloSim.
PhyloSim
# NOT RUN { # create a PhyloSim object sim<-PhyloSim(phylo=rcoal(5)); # get the number of the edges getNedges(sim) # get the number of the edges via virtual field sim$nedges # }
Run the code above in your browser using DataLab