new.gexf.graph {rgexf}R Documentation

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"
      )
    )

Arguments

defaultedgetype

“directed”, “undirected”, “mutual”

meta

A List. Meta data describing the graph

Value

A gexf object.

Author(s)

George Vega Yon george.vega@nodoschile.org,

Jorge Fabrega Lacoa jorge.fabrega@nodoschile.org

References

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

Examples

  ## Not run: 
  demo(gexfbuildfromscratch)
  
## End(Not run)

[Package rgexf version 0.15.3 Index]