Class and methods to handle graphs.
# S3 method for graph
print(x, ...)A graph-class object contains:
A list whose first two unnamed members are the indices of the origin and destination vertices. Additional members must be named and are additional edge properties (e.g. length).
A list that optionally contain vertex properties, if any (or an empty list if none).
An object of graph-class.
Additional parameters to be passed to the method. Currently ignored.
print.graph: Print method for graph-class objects
tools:::Rd_package_author("MPSEM") Maintainer: tools:::Rd_package_maintainer("MPSEM")
Prints user-relevant information about the graph: number of edges and vertices, edge and vertex labels, addition edge properties and vertex properties.
Guénard, G., Legendre, P., and Peres-Neto, P. 2013. Phylogenetic eigenvector maps (PEM): a framework to model and predict species traits. Meth. Ecol. Evol. 4: 1120--1131
PEM.build, PEM-class