new.gexf.graph | R Documentation |
gexf
graphBuilds an empty gexf
object containing all the class's attributes.
new.gexf.graph(
defaultedgetype = "undirected",
meta = list(creator = "NodosChile", description =
"A graph file writing in R using 'rgexf'", keywords =
"gexf graph, NodosChile, R, rgexf")
)
defaultedgetype |
“directed”, “undirected”, “mutual” |
meta |
A List. Meta data describing the graph |
A gexf
object.
George Vega Yon
Jorge Fabrega Lacoa
The GEXF project website: https://gexf.net
if (interactive()) {
demo(gexfbuildfromscratch)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.