graph-class | R Documentation |
Class and methods to handle MPSEM graphs.
## S3 method for class 'graph'
print(x, ...)
x |
An object of |
... |
Additional parameters to be passed to the method. Currently ignored. |
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 contains vertex properties, if any
(or an empty list
if none).
Prints user-relevant information about the graph: number of edges and vertices, edge and vertex labels, addition edge properties and vertex properties.
print(graph)
: Print Graph
A print method for graph-class objects.
Guillaume Guénard [aut, cre] (ORCID: <https://orcid.org/0000-0003-0761-3072>), Pierre Legendre [ctb] (ORCID: <https://orcid.org/0000-0002-3838-3305>) Maintainer: Guillaume Guénard <guillaume.guenard@gmail.com>
Guénard, G., Legendre, P., and Peres-Neto, P. 2013. Phylogenetic eigenvector maps: a framework to model and predict species traits. Methods in Ecology and Evolution 4: 1120-1131
graph-functions
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.