georefPoints: Georeference a set of coordinates from 'seedSource'

Description Usage Arguments Details Value Note Author(s) See Also

View source: R/georefPoints.R

Description

A helper function to georeference a set of coordinates from the output of seedSource using geoCode.

Usage

1
georefPoints(data, rank, n, printToScreen = T)

Arguments

data

The output data frame of seedSource

rank

The column name used to rank the data frame

n

The number of points to georeference

printToScreen

Logic whether to print results to screen. Default is TRUE

Details

The output data frame is first ranked in ascending order according to column name (i.e. "climDist"). The data frame is then reduced to n rows and georeferenced.

Value

A data frame showing the coordinates, geographic distance (kilometers), climate distance, and georeferenced suburb ranked by rank.

Note

See geoCode for further information on the limitation of points that can be georeferenced at any one time.

Author(s)

P. A. Harrison

See Also

seedSource, geoCode


peteraharrison/PUCA documentation built on Sept. 16, 2019, 7:56 a.m.