get_geo: Geopositional Data List

Description Usage Arguments Examples

Description

This function returns a list of 3 elements:

  1. df_geoA dataframe with 33 rows for the Krummhörn Kirchspiele's Longitude and Lattitude (as returned from Google Maps)

  2. mapsA list of 2 Maps returned from 'ggmap::ggmap()'

  3. matA distance Matrix for all 33 Kirchspiele, as returned from Google Maps

Usage

1
get_geo(data_source = "kh")

Arguments

data_source

A character string for the name of a given population (Currently "kh" for 'Krummhörn' is the only valid value and default)

Examples

1
2
twinmat <- get_twinmat()
str(twinmat)

johow/kinlab documentation built on July 5, 2019, 4:23 p.m.