Learn R Programming

popgraph (version 1.0)

write.population_graph: Convience function for file exports

Description

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

Usage

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

Arguments

graph
An object of type population_graph.
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

...