Description Usage Arguments Details Value Examples
Creates a network great arcs map showing all the trips people have taken to get to the destination
1 2 3 4 5 6 7 8 | chartMaker(
lat_destiantion,
lon_destination,
lat_origin,
lon_origin,
color = "f2f2f2",
lwd = 0.8
)
|
lat_destiantion |
latitude of destination |
lon_destination |
longitude of destination |
lat_origin |
latitude of origin |
lon_origin |
longitude of origin |
color |
what color would you like the lines to be (in hex code, like #efefef), Default: "f2f2f2" |
lwd |
desired line thickness, Default:0.8 |
DETAILS
returns a map with great arcs drawn to it's destination
1 2 3 4 5 6 | ## Not run:
if(interactive()){
#EXAMPLE1
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.