Learn R Programming

rgexf (version 0.16.3)

new.gexf.graph: Build an empty gexf graph

Description

Builds an empty gexf object containing all the class's attributes.

Usage

new.gexf.graph(
  defaultedgetype = "undirected",
  meta = list(creator = "NodosChile", description =
    "A graph file writing in R using 'rgexf'", keywords =
    "gexf graph, NodosChile, R, rgexf")
)

Value

A gexf object.

Arguments

defaultedgetype

“directed”, “undirected”, “mutual”

meta

A List. Meta data describing the graph

Author

George Vega Yon

Jorge Fabrega Lacoa

References

The GEXF project website: https://gexf.net

Examples

Run this code

if (interactive()) {
  demo(gexfbuildfromscratch)
}

Run the code above in your browser using DataLab