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

upgrade_graph

Igraph data structure versions


Description

Igraph's internal data representation changes sometimes between versions. This means that it is not possible to use igraph objects that were created (and possibly saved to a file) with an older igraph version.

Usage

upgrade_graph(graph)

Arguments

graph

The input graph.

Details

graph_version queries the current data format, or the data format of a possibly older igraph graph.

upgrade_graph can convert an older data format to the current one.

Value

The graph in the current format.

See Also

graph_version to check the current data format version or the version of a graph.


igraph

Network Analysis and Visualization

v1.2.10
GPL (>= 2)
Authors
See AUTHORS file.
Initial release

We don't support your browser anymore

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