chartMaker: chartMaker

Description Usage Arguments Details Value Examples

View source: R/funcs.R

Description

Creates a network great arcs map showing all the trips people have taken to get to the destination

Usage

1
2
3
4
5
6
7
8
chartMaker(
  lat_destiantion,
  lon_destination,
  lat_origin,
  lon_origin,
  color = "f2f2f2",
  lwd = 0.8
)

Arguments

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

DETAILS

Value

returns a map with great arcs drawn to it's destination

Examples

1
2
3
4
5
6
## Not run: 
if(interactive()){
 #EXAMPLE1
 }

## End(Not run)

DataStrategist/carbonFootprintR documentation built on Dec. 17, 2021, 4:07 p.m.