Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

graph-class

Graph class and methods


Description

Class and methods to handle graphs.

Usage

## S3 method for class 'graph'
print(x, ...)

Arguments

x

An object of graph-class

...

Additional parameters to be passed to the method. Currently ignored.

Details

Prints user-relevant information about the graph: number of edges and vertices, edge and vertex labels, addition edge properties and vertex properties.

Value

A graph-class object contains:

edge

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), and

vertex

a list that optionally contain vertex properties, if any (or an empty list if none).

Author(s)

Guillaume Guénard, Département de sciences biologiques, Université de Montréal, Montréal, Québec, Canada.

References

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. In press.

See Also


MPSEM

Modeling Phylogenetic Signals using Eigenvector Maps

v0.3-6
GPL (>= 2)
Authors
Guillaume Guenard, with contribution from Pierre Legendre
Initial release
2019-06-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.