Learn R Programming

popgraph (version 1.3)

write.popgraph: Convience function for file exports

Description

This function is a chokepoint for exporting popgraph objects to other formats.

Usage

write.popgraph(graph, file, format = "pgraph", ...)

Arguments

graph
An object of type popgraph.
file
The path to save the graph into.
format
The type of output file to use. Options are:
  • json
{ Save as JSON format} kml { Save to KML format to view in GoogleEarth} graphml { Save as Graph Markup Language} html { Save to an interact

Value

  • Nothing

item

...