new.gexf.graph: Build an empty 'gexf' graph

Description Usage Arguments Value Author(s) References Examples

View source: R/manipulation.R

Description

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

Usage

1
2
3
4
5
6
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

Jorge Fabrega Lacoa

References

The GEXF project website: https://gephi.org/gexf/format/

Examples

1
2
3
if (interactive()) {
  demo(gexfbuildfromscratch)
}

rgexf documentation built on Aug. 13, 2021, 1:06 a.m.