country_graph {DiagrammeR} | R Documentation |
Create a graph object that contains the boundaries of a country.
country_graph(iso_a2 = NULL, scaling_factor = 40)
iso_a2 |
the ISO 2-letter identifier for a country. |
scaling_factor |
the factor for which degree coordinates for country boundries will be multiplied. |
a graph object of class dgr_graph
.